GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::ShowTablesByTypeResponse Struct Reference

A set of output parameters for const. More...

#include <gpudb/protocol/show_tables_by_type.h>

Public Member Functions

 ShowTablesByTypeResponse ()
 Constructs a ShowTablesByTypeResponse object with default parameter values. More...
 

Public Attributes

std::vector< std::string > tableNames
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Gets names of the tables whose type matches the given criteria. Each table has a particular type. This type comprises the schema and properties of the table and sometimes a type label. This function allows a look up of the existing tables based on full or partial type information. The operation is synchronous.

Definition at line 121 of file show_tables_by_type.h.

Constructor & Destructor Documentation

gpudb::ShowTablesByTypeResponse::ShowTablesByTypeResponse ( )
inline

Constructs a ShowTablesByTypeResponse object with default parameter values.

Definition at line 128 of file show_tables_by_type.h.

Member Data Documentation

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

Definition at line 135 of file show_tables_by_type.h.

std::vector<std::string> gpudb::ShowTablesByTypeResponse::tableNames

Definition at line 134 of file show_tables_by_type.h.


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