Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AlterTableResponse |
GPUdb.alterTable(AlterTableRequest request)
Apply various modifications to a table, view, or collection.
|
AlterTableResponse |
GPUdb.alterTable(String tableName,
String action,
String value,
Map<String,String> options)
Apply various modifications to a table, view, or collection.
|
Modifier and Type | Method and Description |
---|---|
AlterTableResponse |
AlterTableResponse.setAction(String action) |
AlterTableResponse |
AlterTableResponse.setInfo(Map<String,String> info) |
AlterTableResponse |
AlterTableResponse.setLabel(String label) |
AlterTableResponse |
AlterTableResponse.setProperties(Map<String,List<String>> properties) |
AlterTableResponse |
AlterTableResponse.setTableName(String tableName) |
AlterTableResponse |
AlterTableResponse.setTypeDefinition(String typeDefinition) |
AlterTableResponse |
AlterTableResponse.setTypeId(String typeId) |
AlterTableResponse |
AlterTableResponse.setValue(String value) |
Copyright © 2020. All rights reserved.