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. | |
Public Attributes | |
| std::string | lockType |
| Returns the lock state of the table. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::lockTable.
Definition at line 173 of file lock_table.h.
Constructor & Destructor Documentation
◆ LockTableResponse()
| inline |
Constructs a LockTableResponse object with default parameters.
Definition at line 178 of file lock_table.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::LockTableResponse::info |
Additional information.
Definition at line 192 of file lock_table.h.
◆ lockType
| std::string gpudb::LockTableResponse::lockType |
Returns the lock state of the table.
Definition at line 187 of file lock_table.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/lock_table.h