Uses of Class
com.gpudb.protocol.HasTableResponse
-
Packages that use HasTableResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of HasTableResponse in com.gpudb
Methods in com.gpudb that return HasTableResponse Modifier and Type Method Description HasTableResponseGPUdb. hasTable(HasTableRequest request)Checks for the existence of a table with the given name.HasTableResponseGPUdb. hasTable(String tableName, Map<String,String> options)Checks for the existence of a table with the given name. -
Uses of HasTableResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return HasTableResponse Modifier and Type Method Description HasTableResponseHasTableResponse. setInfo(Map<String,String> info)Additional information.HasTableResponseHasTableResponse. setTableExists(boolean tableExists)Indicates whether the table exists or not.HasTableResponseHasTableResponse. setTableName(String tableName)Value oftableName
-