GPUdb C++ API
Version 6.0.1.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. Given a type ID, the database returns the data type schema, the label, and the semantic type along with the type ID. If the user provides any combination of label and semantic type, then the database returns the pertinent information for all data types that match the input criteria.
Definition at line 22 of file show_types.h.
|
inline |
Constructs a ShowTypesRequest object with default parameter values.
Definition at line 28 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 45 of file show_types.h.
std::string gpudb::ShowTypesRequest::label |
Definition at line 53 of file show_types.h.
std::map<std::string, std::string> gpudb::ShowTypesRequest::options |
Definition at line 54 of file show_types.h.
std::string gpudb::ShowTypesRequest::typeId |
Definition at line 52 of file show_types.h.