GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::lockTable. More...
#include <gpudb/protocol/lock_table.h>
Public Member Functions | |
LockTableResponse () | |
Constructs a LockTableResponse object with default parameters. More... | |
Public Attributes | |
std::string | lockType |
Returns the lock state of the table. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::lockTable.
Definition at line 173 of file lock_table.h.
|
inline |
Constructs a LockTableResponse object with default parameters.
Definition at line 178 of file lock_table.h.
std::map<std::string, std::string> gpudb::LockTableResponse::info |
Additional information.
Definition at line 192 of file lock_table.h.
std::string gpudb::LockTableResponse::lockType |
Returns the lock state of the table.
Definition at line 187 of file lock_table.h.