GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::showSchema. More...
#include <gpudb/protocol/show_schema.h>
Public Member Functions | |
ShowSchemaResponse () | |
Constructs a ShowSchemaResponse object with default parameters. More... | |
Public Attributes | |
std::string | schemaName |
Value of schemaName. More... | |
std::vector< std::string > | schemaNames |
A list of all schema names for which information is returned. More... | |
std::vector< std::vector< std::string > > | schemaTables |
An array of arrays containing a list of tables in each of the respective schemaNames. More... | |
std::vector< std::map< std::string, std::string > > | additionalInfo |
Additional information about the respective tables in schemaNames. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::showSchema.
Definition at line 144 of file show_schema.h.
|
inline |
Constructs a ShowSchemaResponse object with default parameters.
Definition at line 149 of file show_schema.h.
std::vector<std::map<std::string, std::string> > gpudb::ShowSchemaResponse::additionalInfo |
Additional information about the respective tables in schemaNames.
Definition at line 178 of file show_schema.h.
std::map<std::string, std::string> gpudb::ShowSchemaResponse::info |
Additional information.
Definition at line 183 of file show_schema.h.
std::string gpudb::ShowSchemaResponse::schemaName |
Value of schemaName.
Definition at line 161 of file show_schema.h.
std::vector<std::string> gpudb::ShowSchemaResponse::schemaNames |
A list of all schema names for which information is returned.
Definition at line 166 of file show_schema.h.
std::vector<std::vector<std::string> > gpudb::ShowSchemaResponse::schemaTables |
An array of arrays containing a list of tables in each of the respective schemaNames.
Definition at line 172 of file show_schema.h.