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.
|
AlterTableResponse |
GPUdb.alterTable(String tableName,
String action,
String value,
Map<String,String> options)
Apply various modifications to a table or view.
|
Modifier and Type | Method and Description |
---|---|
AlterTableResponse |
AlterTableResponse.setAction(String action)
Modification operation that was performed.
|
AlterTableResponse |
AlterTableResponse.setInfo(Map<String,String> info)
Additional information.
|
AlterTableResponse |
AlterTableResponse.setLabel(String label)
return the type label (when changing a table, a new type may be
created)
|
AlterTableResponse |
AlterTableResponse.setProperties(Map<String,List<String>> properties)
return the type properties (when changing a table, a new type may be
created)
|
AlterTableResponse |
AlterTableResponse.setTableName(String tableName)
Table on which the operation was performed.
|
AlterTableResponse |
AlterTableResponse.setTypeDefinition(String typeDefinition)
return the type_definition (when changing a table, a new type may be
created)
|
AlterTableResponse |
AlterTableResponse.setTypeId(String typeId)
return the type_id (when changing a table, a new type may be created)
|
AlterTableResponse |
AlterTableResponse.setValue(String value)
The value of the modification that was performed.
|
Copyright © 2025. All rights reserved.