public interface TableUpdateRequest extends RESTRequest
Modifier and Type | Interface and Description |
---|---|
static class |
TableUpdateRequest.AddTableColumnRequest
Represents a request to add a column to a table.
|
static class |
TableUpdateRequest.AddTableIndexRequest
Represents a request to add an index to a table.
|
static class |
TableUpdateRequest.DeleteTableColumnRequest
Represents a request to delete a column from a table.
|
static class |
TableUpdateRequest.DeleteTableIndexRequest
Represents a request to delete an index from a table.
|
static class |
TableUpdateRequest.RemoveTablePropertyRequest
Represents a request to remove a property of a table.
|
static class |
TableUpdateRequest.RenameTableColumnRequest
Represents a request to rename a column of a table.
|
static class |
TableUpdateRequest.RenameTableRequest
Represents a request to rename a table.
|
static class |
TableUpdateRequest.SetTablePropertyRequest
Represents a request to set a property of a table.
|
static class |
TableUpdateRequest.UpdateColumnAutoIncrementRequest
Represents a request to update a column autoIncrement from a table.
|
static class |
TableUpdateRequest.UpdateTableColumnCommentRequest
Represents a request to update the comment of a column of a table.
|
static class |
TableUpdateRequest.UpdateTableColumnDefaultValueRequest
Represents a request to update the default value of a column of a table.
|
static class |
TableUpdateRequest.UpdateTableColumnNullabilityRequest
Represents a request to update the nullability of a column of a table.
|
static class |
TableUpdateRequest.UpdateTableColumnPositionRequest
Represents a request to update the position of a column of a table.
|
static class |
TableUpdateRequest.UpdateTableColumnTypeRequest
Represents a request to update the type of a column of a table.
|
static class |
TableUpdateRequest.UpdateTableCommentRequest
Represents a request to update the comment of a table.
|
Modifier and Type | Method and Description |
---|---|
TableChange |
tableChange()
The table change that is requested.
|
validate
TableChange tableChange()