Uses of Class
com.gpudb.protocol.HasTableRequest
-
Packages that use HasTableRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of HasTableRequest in com.gpudb
Methods in com.gpudb with parameters of type HasTableRequest Modifier and Type Method Description HasTableResponseGPUdb. hasTable(HasTableRequest request)Checks for the existence of a table with the given name. -
Uses of HasTableRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return HasTableRequest Modifier and Type Method Description HasTableRequestHasTableRequest. setOptions(Map<String,String> options)Optional parameters.HasTableRequestHasTableRequest. setTableName(String tableName)Name of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules.
-