Uses of Class
com.gpudb.protocol.ClearTablesResponse
-
Packages that use ClearTablesResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ClearTablesResponse in com.gpudb
Methods in com.gpudb that return ClearTablesResponse Modifier and Type Method Description ClearTablesResponseGPUdb. clearTables(ClearTablesRequest request)Clears (drops) tables in the database cluster.ClearTablesResponseGPUdb. clearTables(List<String> tableNames, Map<String,String> options)Clears (drops) tables in the database cluster. -
Uses of ClearTablesResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ClearTablesResponse Modifier and Type Method Description ClearTablesResponseClearTablesResponse. setInfo(Map<String,String> info)Additional information.ClearTablesResponseClearTablesResponse. setTables(Map<String,String> tables)For each table intableNames, any error from the clear operation, or an empty string if successful.
-