java.lang.Object
io.ebean.ddlrunner.DdlParser
Parses string content into separate SQL/DDL statements.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DdlParser
-
-
Method Details
-
parse
Break up the sql in reader into a list of statements using the semi-colon and $$ delimiters; -
getNonTransactional
Return the non-transactional statements which run later with auto commit true.
-