public static interface TableChange.ColumnPosition
Modifier and Type | Method and Description |
---|---|
static TableChange.ColumnPosition |
after(java.lang.String column)
Returns the position after the given column.
|
static TableChange.ColumnPosition |
defaultPos() |
static TableChange.ColumnPosition |
first() |
static TableChange.ColumnPosition first()
static TableChange.ColumnPosition after(java.lang.String column)
column
- The name of the reference column to place the new column after.static TableChange.ColumnPosition defaultPos()