Uses of Interface
io.ebean.migration.ddl.DdlAutoCommit
-
Packages that use DdlAutoCommit Package Description io.ebean.migration.ddl -
-
Uses of DdlAutoCommit in io.ebean.migration.ddl
Fields in io.ebean.migration.ddl declared as DdlAutoCommit Modifier and Type Field Description static DdlAutoCommitDdlAutoCommit. COCKROACHstatic DdlAutoCommitDdlAutoCommit. NONEstatic DdlAutoCommitDdlAutoCommit. POSTGRESMethods in io.ebean.migration.ddl that return DdlAutoCommit Modifier and Type Method Description static DdlAutoCommitDdlAutoCommit. forPlatform(String name)Return the implementation for the given platform.Constructors in io.ebean.migration.ddl with parameters of type DdlAutoCommit Constructor Description DdlParser(DdlAutoCommit ddlAutoCommit)DdlRunner(boolean useAutoCommit, String scriptName, DdlAutoCommit ddlAutoCommit)Create specifying the auto commit behaviour (for the database platform).
-