Uses of Class
com.gpudb.protocol.AlterSchemaResponse
-
Packages that use AlterSchemaResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterSchemaResponse in com.gpudb
Methods in com.gpudb that return AlterSchemaResponse Modifier and Type Method Description AlterSchemaResponseGPUdb. alterSchema(AlterSchemaRequest request)Used to change the name of a SQL-style schema, specified inschemaName.AlterSchemaResponseGPUdb. alterSchema(String schemaName, String action, String value, Map<String,String> options)Used to change the name of a SQL-style schema, specified inschemaName. -
Uses of AlterSchemaResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterSchemaResponse Modifier and Type Method Description AlterSchemaResponseAlterSchemaResponse. setInfo(Map<String,String> info)Additional information.AlterSchemaResponseAlterSchemaResponse. setSchemaName(String schemaName)Value ofschemaName.
-