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.
|
AlterTableColumnsResponse |
GPUdb.alterTableColumns(String tableName,
List<Map<String,String>> columnAlterations,
Map<String,String> options)
Apply various modifications to columns in a table, view.
|
Modifier and Type | Method and Description |
---|---|
AlterTableColumnsResponse |
AlterTableColumnsResponse.setColumnAlterations(List<Map<String,String>> columnAlterations)
List of alter table add/delete/change column requests - all for the same
table.
|
AlterTableColumnsResponse |
AlterTableColumnsResponse.setInfo(Map<String,String> info)
Additional information.
|
AlterTableColumnsResponse |
AlterTableColumnsResponse.setLabel(String label)
return the type label (when changing a table, a new type may be
created)
|
AlterTableColumnsResponse |
AlterTableColumnsResponse.setProperties(Map<String,List<String>> properties)
return the type properties (when changing a table, a new type may be
created)
|
AlterTableColumnsResponse |
AlterTableColumnsResponse.setTableName(String tableName)
Table on which the operation was performed.
|
AlterTableColumnsResponse |
AlterTableColumnsResponse.setTypeDefinition(String typeDefinition)
return the type_definition (when changing a table, a new type may be
created)
|
AlterTableColumnsResponse |
AlterTableColumnsResponse.setTypeId(String typeId)
return the type_id (when changing a table, a new type may be created)
|
Copyright © 2025. All rights reserved.