GPUdb C++ API
Version 6.0.1.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/lock_table.h>
Public Member Functions | |
LockTableResponse () | |
Constructs a LockTableResponse object with default parameter values. More... | |
Public Attributes | |
std::string | lockType |
A set of output parameters for const.
Manages global access to a table's data. By default a table has a lockType of unlock, indicating all operations are permitted. A user may request a read-only or a write-only lock, after which only read or write operations, respectively, are permitted on the table until the lock is removed. When lockType is disable then no operations are permitted on the table. The lock status can be queried by setting lockType to status.
Definition at line 138 of file lock_table.h.
|
inline |
Constructs a LockTableResponse object with default parameter values.
Definition at line 144 of file lock_table.h.
std::string gpudb::LockTableResponse::lockType |
Definition at line 149 of file lock_table.h.