|
GPUdb C++ API
Version 6.0.1.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/has_table.h>
Public Member Functions | |
| HasTableRequest () | |
| Constructs a HasTableRequest object with default parameter values. 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 |
| std::map< std::string, std::string > | options |
A set of input parameters for const.
Checks for the existence of a table with the given name.
Definition at line 18 of file has_table.h.
|
inline |
Constructs a HasTableRequest object with default parameter values.
Definition at line 24 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] | options_ | Optional parameters. |
Definition at line 37 of file has_table.h.
| std::map<std::string, std::string> gpudb::HasTableRequest::options |
Definition at line 44 of file has_table.h.
| std::string gpudb::HasTableRequest::tableName |
Definition at line 43 of file has_table.h.