Uses of Class
com.gpudb.protocol.DropSchemaRequest
-
Packages that use DropSchemaRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of DropSchemaRequest in com.gpudb
Methods in com.gpudb with parameters of type DropSchemaRequest Modifier and Type Method Description DropSchemaResponseGPUdb. dropSchema(DropSchemaRequest request)Drops an existing SQL-style schema, specified inschemaName. -
Uses of DropSchemaRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return DropSchemaRequest Modifier and Type Method Description DropSchemaRequestDropSchemaRequest. setOptions(Map<String,String> options)Optional parameters.DropSchemaRequestDropSchemaRequest. setSchemaName(String schemaName)Name of the schema to be dropped.
-