Package liquibase.util
Class StandardSqlParser
java.lang.Object
liquibase.util.StandardSqlParser
- All Implemented Interfaces:
LiquibaseSqlParser
,Plugin
-
Field Summary
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
-
Constructor Details
-
StandardSqlParser
public StandardSqlParser()
-
-
Method Details
-
parse
- Specified by:
parse
in interfaceLiquibaseSqlParser
-
parse
- Specified by:
parse
in interfaceLiquibaseSqlParser
-
parse
public StringClauses parse(String sqlBlock, boolean preserveWhitespace, boolean preserveComments, ChangeSet changeSet) - Specified by:
parse
in interfaceLiquibaseSqlParser
changeSet
- the changeset associated with the sql being parsed. If not null, the changeset identifying information should be included in any exceptions thrown if the sql cannot be parsed.
-
getPriority
public int getPriority()- Specified by:
getPriority
in interfaceLiquibaseSqlParser
-