Uses of Class
com.gpudb.protocol.LockTableResponse
-
Packages that use LockTableResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of LockTableResponse in com.gpudb
Methods in com.gpudb that return LockTableResponse Modifier and Type Method Description LockTableResponseGPUdb. lockTable(LockTableRequest request)Manages global access to a table's data.LockTableResponseGPUdb. lockTable(String tableName, String lockType, Map<String,String> options)Manages global access to a table's data. -
Uses of LockTableResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return LockTableResponse Modifier and Type Method Description LockTableResponseLockTableResponse. setInfo(Map<String,String> info)Additional information.LockTableResponseLockTableResponse. setLockType(String lockType)Returns the lock state of the table.
-