Uses of Class
io.ebeaninternal.dbmigration.model.MColumn
-
Packages that use MColumn Package Description io.ebeaninternal.dbmigration.model -
-
Uses of MColumn in io.ebeaninternal.dbmigration.model
Methods in io.ebeaninternal.dbmigration.model that return MColumn Modifier and Type Method Description MColumnMTable. addColumn(String dbCol, String columnDefn, boolean notnull)Add a column checking if it already exists and if so return the existing column.MColumnMColumn. copyForDraft()Return a copy of this column used for creating the associated draft table.MColumnMTable. getColumn(String name)Return the column by name.MColumnMColumn. rename(String newName)Rename the column.Methods in io.ebeaninternal.dbmigration.model that return types with arguments of type MColumn Modifier and Type Method Description Collection<MColumn>MTable. allColumns()Return all the columns (excluding columns marked as dropped).List<MColumn>MTable. primaryKeyColumns()Return the list of columns that make the primary key.Methods in io.ebeaninternal.dbmigration.model with parameters of type MColumn Modifier and Type Method Description voidMTable. addColumn(MColumn column)Add a model column (typically from EbeanServer meta data).voidMColumn. compare(ModelDiff modelDiff, MTable table, MColumn newColumn)Compare the column meta data and return true if there is a change that means the history table column needs
-