GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::hasTable. More...
#include <gpudb/protocol/has_table.h>
Public Member Functions | |
HasTableRequest () | |
Constructs a HasTableRequest object with default parameters. More... | |
HasTableRequest (const std::string &tableName_, const std::map< std::string, std::string > &options_) | |
Constructs a HasTableRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | tableName |
Name of the table to check for existence, in [ schema_name. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::hasTable.
Checks for the existence of a table with the given name.
Definition at line 17 of file has_table.h.
|
inline |
Constructs a HasTableRequest object with default parameters.
Definition at line 22 of file has_table.h.
|
inline |
Constructs a HasTableRequest object with the specified parameters.
[in] | tableName_ | Name of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules. |
[in] | options_ | Optional parameters. The default value is an empty map. |
Definition at line 39 of file has_table.h.
std::map<std::string, std::string> gpudb::HasTableRequest::options |
std::string gpudb::HasTableRequest::tableName |
Name of the table to check for existence, in [ schema_name.
\ ]table_name format, using standard name resolution rules.
Definition at line 51 of file has_table.h.