Package io.ebean.migration.ddl
Class DdlParser
- java.lang.Object
-
- io.ebean.migration.ddl.DdlParser
-
-
Constructor Summary
Constructors Constructor Description DdlParser(DdlAutoCommit ddlAutoCommit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getNonTransactional()Return the non-transactional statements which run later with auto commit true.List<String>parse(Reader reader)Break up the sql in reader into a list of statements using the semi-colon and $$ delimiters;
-
-
-
Constructor Detail
-
DdlParser
public DdlParser(DdlAutoCommit ddlAutoCommit)
-
-