Uses of Class
com.gpudb.protocol.HasSchemaResponse
-
Packages that use HasSchemaResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of HasSchemaResponse in com.gpudb
Methods in com.gpudb that return HasSchemaResponse Modifier and Type Method Description HasSchemaResponseGPUdb. hasSchema(HasSchemaRequest request)Checks for the existence of a schema with the given name.HasSchemaResponseGPUdb. hasSchema(String schemaName, Map<String,String> options)Checks for the existence of a schema with the given name. -
Uses of HasSchemaResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return HasSchemaResponse Modifier and Type Method Description HasSchemaResponseHasSchemaResponse. setInfo(Map<String,String> info)Additional information.HasSchemaResponseHasSchemaResponse. setSchemaExists(boolean schemaExists)Indicates whether the schema exists or not.HasSchemaResponseHasSchemaResponse. setSchemaName(String schemaName)Value ofschemaName
-