GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/show_types.h>
Public Member Functions | |
ShowTypesRequest () | |
Constructs a ShowTypesRequest object with default parameter values. More... | |
ShowTypesRequest (const std::string &typeId_, const std::string &label_, const std::map< std::string, std::string > &options_) | |
Constructs a ShowTypesRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | typeId |
std::string | label |
std::map< std::string, std::string > | options |
A set of input parameters for const.
Retrieves information for the specified data type ID or type label. For all data types that match the input criteria, the database returns the type ID, the type schema, the label (if available), and the type's column properties.
Definition at line 21 of file show_types.h.
|
inline |
Constructs a ShowTypesRequest object with default parameter values.
Definition at line 27 of file show_types.h.
|
inline |
Constructs a ShowTypesRequest object with the specified parameters.
[in] | typeId_ | Type Id returned in response to a call to /create/type. |
[in] | label_ | Option string that was supplied by user in a call to /create/type. |
[in] | options_ | Optional parameters.
|
Definition at line 54 of file show_types.h.
std::string gpudb::ShowTypesRequest::label |
Definition at line 62 of file show_types.h.
std::map<std::string, std::string> gpudb::ShowTypesRequest::options |
Definition at line 63 of file show_types.h.
std::string gpudb::ShowTypesRequest::typeId |
Definition at line 61 of file show_types.h.