AlterTableResponse |
AlterTableResponse.setAction(String action) |
Modification operation that was performed.
|
AlterTableResponse |
AlterTableResponse.setInfo(Map<String,String> info) |
Additional information.
|
AlterTableResponse |
AlterTableResponse.setLabel(String label) |
return the type label (when changing a table, a new type may be
created)
|
AlterTableResponse |
AlterTableResponse.setProperties(Map<String,List<String>> properties) |
return the type properties (when changing a table, a new type may be
created)
|
AlterTableResponse |
AlterTableResponse.setTableName(String tableName) |
Table on which the operation was performed.
|
AlterTableResponse |
AlterTableResponse.setTypeDefinition(String typeDefinition) |
return the type_definition (when changing a table, a new type may be
created)
|
AlterTableResponse |
AlterTableResponse.setTypeId(String typeId) |
return the type_id (when changing a table, a new type may be created)
|
AlterTableResponse |
AlterTableResponse.setValue(String value) |
The value of the modification that was performed.
|