Uses of Class
com.gpudb.protocol.AlterSchemaRequest
-
Packages that use AlterSchemaRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterSchemaRequest in com.gpudb
Methods in com.gpudb with parameters of type AlterSchemaRequest Modifier and Type Method Description AlterSchemaResponseGPUdb. alterSchema(AlterSchemaRequest request)Used to change the name of a SQL-style schema, specified inschemaName. -
Uses of AlterSchemaRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterSchemaRequest Modifier and Type Method Description AlterSchemaRequestAlterSchemaRequest. setAction(String action)Modification operation to be applied.AlterSchemaRequestAlterSchemaRequest. setOptions(Map<String,String> options)Optional parameters.AlterSchemaRequestAlterSchemaRequest. setSchemaName(String schemaName)Name of the schema to be altered.AlterSchemaRequestAlterSchemaRequest. setValue(String value)The value of the modification, depending onaction.
-