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)
|