Uses of Class
com.gpudb.protocol.ClearTableResponse
-
Packages that use ClearTableResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of ClearTableResponse in com.gpudb
Methods in com.gpudb that return ClearTableResponse Modifier and Type Method Description ClearTableResponseGPUdb. clearTable(ClearTableRequest request)Clears (drops) one or all tables in the database cluster.ClearTableResponseGPUdb. clearTable(String tableName, String authorization, Map<String,String> options)Clears (drops) one or all tables in the database cluster. -
Uses of ClearTableResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return ClearTableResponse Modifier and Type Method Description ClearTableResponseClearTableResponse. setInfo(Map<String,String> info)Additional information.ClearTableResponseClearTableResponse. setTableName(String tableName)Value oftableNamefor a given table, or 'ALL CLEARED' in case of clearing all tables.
-