public interface TableUpdateRequest extends RESTRequest
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | TableUpdateRequest.AddTableColumnRequestRepresents a request to add a column to a table. | 
| static class  | TableUpdateRequest.AddTableIndexRequestRepresents a request to add an index to a table. | 
| static class  | TableUpdateRequest.DeleteTableColumnRequestRepresents a request to delete a column from a table. | 
| static class  | TableUpdateRequest.DeleteTableIndexRequestRepresents a request to delete an index from a table. | 
| static class  | TableUpdateRequest.RemoveTablePropertyRequestRepresents a request to remove a property of a table. | 
| static class  | TableUpdateRequest.RenameTableColumnRequestRepresents a request to rename a column of a table. | 
| static class  | TableUpdateRequest.RenameTableRequestRepresents a request to rename a table. | 
| static class  | TableUpdateRequest.SetTablePropertyRequestRepresents a request to set a property of a table. | 
| static class  | TableUpdateRequest.UpdateColumnAutoIncrementRequestRepresents a request to update a column autoIncrement from a table. | 
| static class  | TableUpdateRequest.UpdateTableColumnCommentRequestRepresents a request to update the comment of a column of a table. | 
| static class  | TableUpdateRequest.UpdateTableColumnDefaultValueRequestRepresents a request to update the default value of a column of a table. | 
| static class  | TableUpdateRequest.UpdateTableColumnNullabilityRequestRepresents a request to update the nullability of a column of a table. | 
| static class  | TableUpdateRequest.UpdateTableColumnPositionRequestRepresents a request to update the position of a column of a table. | 
| static class  | TableUpdateRequest.UpdateTableColumnTypeRequestRepresents a request to update the type of a column of a table. | 
| static class  | TableUpdateRequest.UpdateTableCommentRequestRepresents a request to update the comment of a table. | 
| Modifier and Type | Method and Description | 
|---|---|
| TableChange | tableChange()The table change that is requested. | 
validateTableChange tableChange()