Uses of Class
com.gpudb.protocol.AlterTableRequest
-
Packages that use AlterTableRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AlterTableRequest in com.gpudb
Methods in com.gpudb with parameters of type AlterTableRequest Modifier and Type Method Description AlterTableResponseGPUdb. alterTable(AlterTableRequest request)Apply various modifications to a table or view. -
Uses of AlterTableRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AlterTableRequest Modifier and Type Method Description AlterTableRequestAlterTableRequest. setAction(String action)Modification operation to be applied.AlterTableRequestAlterTableRequest. setOptions(Map<String,String> options)Optional parameters.AlterTableRequestAlterTableRequest. setTableName(String tableName)Table on which the operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.AlterTableRequestAlterTableRequest. setValue(String value)The value of the modification, depending onaction.
-