Uses of Class
com.gpudb.protocol.ClearTableRequest
-
Packages that use ClearTableRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of ClearTableRequest in com.gpudb
Methods in com.gpudb with parameters of type ClearTableRequest Modifier and Type Method Description ClearTableResponseGPUdb. clearTable(ClearTableRequest request)Clears (drops) one or all tables in the database cluster. -
Uses of ClearTableRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return ClearTableRequest Modifier and Type Method Description ClearTableRequestClearTableRequest. setAuthorization(String authorization)No longer used.ClearTableRequestClearTableRequest. setOptions(Map<String,String> options)Optional parameters.ClearTableRequestClearTableRequest. setTableName(String tableName)Name of the table to be cleared, in [schema_name.]table_name format, using standard name resolution rules.
-