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) |
AlterTableColumnsResponse |
AlterTableColumnsResponse.setInfo(Map<String,String> info) |
AlterTableColumnsResponse |
AlterTableColumnsResponse.setLabel(String label) |
AlterTableColumnsResponse |
AlterTableColumnsResponse.setProperties(Map<String,List<String>> properties) |
AlterTableColumnsResponse |
AlterTableColumnsResponse.setTableName(String tableName) |
AlterTableColumnsResponse |
AlterTableColumnsResponse.setTypeDefinition(String typeDefinition) |
AlterTableColumnsResponse |
AlterTableColumnsResponse.setTypeId(String typeId) |
Copyright © 2020. All rights reserved.