Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AlterTableResponse |
GPUdb.alterTable(AlterTableRequest request)
Apply various modifications to a table or view.
|
Modifier and Type | Method and Description | ||
---|---|---|---|
AlterTableRequest |
AlterTableRequest.setAction(String action)
Modification operation to be applied.
|
||
AlterTableRequest |
AlterTableRequest.setOptions(Map<String,String> options)
Optional parameters.
|
||
AlterTableRequest |
AlterTableRequest.setTableName(String tableName)
Table on which the operation will be performed, in
[schema_name.]table_name format, using standard
AlterTableRequest AlterTableRequest. |
setValue(String value)
The value of the modification, depending on
action . |
Copyright © 2025. All rights reserved.