Uses of Class
com.gpudb.protocol.DropSchemaResponse
-
Packages that use DropSchemaResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of DropSchemaResponse in com.gpudb
Methods in com.gpudb that return DropSchemaResponse Modifier and Type Method Description DropSchemaResponseGPUdb. dropSchema(DropSchemaRequest request)Drops an existing SQL-style schema, specified inschemaName.DropSchemaResponseGPUdb. dropSchema(String schemaName, Map<String,String> options)Drops an existing SQL-style schema, specified inschemaName. -
Uses of DropSchemaResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return DropSchemaResponse Modifier and Type Method Description DropSchemaResponseDropSchemaResponse. setInfo(Map<String,String> info)Additional information.DropSchemaResponseDropSchemaResponse. setSchemaName(String schemaName)Value ofschemaName.
-