GPUdb C++ API  Version 7.2.2.4
gpudb::ShowSchemaResponse Struct Reference

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...
 

Detailed Description

A set of results returned by GPUdb::showSchema.

Definition at line 144 of file show_schema.h.

Constructor & Destructor Documentation

◆ ShowSchemaResponse()

gpudb::ShowSchemaResponse::ShowSchemaResponse ( )
inline

Constructs a ShowSchemaResponse object with default parameters.

Definition at line 149 of file show_schema.h.

Member Data Documentation

◆ additionalInfo

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.

◆ info

std::map<std::string, std::string> gpudb::ShowSchemaResponse::info

Additional information.

Definition at line 183 of file show_schema.h.

◆ schemaName

std::string gpudb::ShowSchemaResponse::schemaName

Value of schemaName.

Definition at line 161 of file show_schema.h.

◆ schemaNames

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.

◆ schemaTables

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.


The documentation for this struct was generated from the following file: