Uses of Class
com.gpudb.protocol.LockTableRequest
-
Packages that use LockTableRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of LockTableRequest in com.gpudb
Methods in com.gpudb with parameters of type LockTableRequest Modifier and Type Method Description LockTableResponseGPUdb. lockTable(LockTableRequest request)Manages global access to a table's data. -
Uses of LockTableRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return LockTableRequest Modifier and Type Method Description LockTableRequestLockTableRequest. setLockType(String lockType)The type of lock being applied to the table.LockTableRequestLockTableRequest. setOptions(Map<String,String> options)Optional parameters.LockTableRequestLockTableRequest. setTableName(String tableName)Name of the table to be locked, in [schema_name.]table_name format, using standard name resolution rules.
-