Uses of Class
com.gpudb.protocol.HasSchemaRequest
-
Packages that use HasSchemaRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of HasSchemaRequest in com.gpudb
Methods in com.gpudb with parameters of type HasSchemaRequest Modifier and Type Method Description HasSchemaResponseGPUdb. hasSchema(HasSchemaRequest request)Checks for the existence of a schema with the given name. -
Uses of HasSchemaRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return HasSchemaRequest Modifier and Type Method Description HasSchemaRequestHasSchemaRequest. setOptions(Map<String,String> options)Optional parameters.HasSchemaRequestHasSchemaRequest. setSchemaName(String schemaName)Name of the schema to check for existence, in root, using standard name resolution rules.
-