Uses of Class
io.ebeaninternal.dbmigration.migration.DdlScript
-
Packages that use DdlScript Package Description io.ebeaninternal.dbmigration.migration -
-
Uses of DdlScript in io.ebeaninternal.dbmigration.migration
Methods in io.ebeaninternal.dbmigration.migration that return DdlScript Modifier and Type Method Description DdlScriptObjectFactory. createDdlScript()Create an instance ofDdlScriptMethods in io.ebeaninternal.dbmigration.migration that return types with arguments of type DdlScript Modifier and Type Method Description List<DdlScript>AlterColumn. getAfter()Gets the value of the after property.List<DdlScript>Column. getAfter()Gets the value of the after property.List<DdlScript>AlterColumn. getBefore()Gets the value of the before property.List<DdlScript>Column. getBefore()Gets the value of the before property.
-