Uses of Class
com.gpudb.protocol.CreateSchemaRequest
-
Packages that use CreateSchemaRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateSchemaRequest in com.gpudb
Methods in com.gpudb with parameters of type CreateSchemaRequest Modifier and Type Method Description CreateSchemaResponseGPUdb. createSchema(CreateSchemaRequest request)Creates a SQL-style schema. -
Uses of CreateSchemaRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateSchemaRequest Modifier and Type Method Description CreateSchemaRequestCreateSchemaRequest. setOptions(Map<String,String> options)Optional parameters.CreateSchemaRequestCreateSchemaRequest. setSchemaName(String schemaName)Name of the schema to be created.
-