Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AlterTableColumnsResponse |
GPUdb.alterTableColumns(AlterTableColumnsRequest request)
Apply various modifications to columns in a table, view.
|
Modifier and Type | Method and Description |
---|---|
AlterTableColumnsRequest |
AlterTableColumnsRequest.setColumnAlterations(List<Map<String,String>> columnAlterations)
List of alter table add/delete/change column requests - all for the same
table.
|
AlterTableColumnsRequest |
AlterTableColumnsRequest.setOptions(Map<String,String> options)
Optional parameters.
|
AlterTableColumnsRequest |
AlterTableColumnsRequest.setTableName(String tableName)
Table on which the operation will be performed.
|
Copyright © 2025. All rights reserved.