Uses of Class
com.gpudb.protocol.CreateSchemaResponse
-
Packages that use CreateSchemaResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of CreateSchemaResponse in com.gpudb
Methods in com.gpudb that return CreateSchemaResponse Modifier and Type Method Description CreateSchemaResponseGPUdb. createSchema(CreateSchemaRequest request)Creates a SQL-style schema.CreateSchemaResponseGPUdb. createSchema(String schemaName, Map<String,String> options)Creates a SQL-style schema. -
Uses of CreateSchemaResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return CreateSchemaResponse Modifier and Type Method Description CreateSchemaResponseCreateSchemaResponse. setInfo(Map<String,String> info)Additional information.CreateSchemaResponseCreateSchemaResponse. setSchemaName(String schemaName)Value ofschemaName.
-