Package liquibase.parser
Interface LiquibaseSqlParser
- All Superinterfaces:
Plugin
- All Known Implementing Classes:
StandardSqlParser
-
Field Summary
Fields inherited from interface liquibase.plugin.Plugin
PRIORITY_DATABASE, PRIORITY_DEFAULT, PRIORITY_NOT_APPLICABLE, PRIORITY_SPECIALIZED
-
Method Summary
-
Method Details
-
parse
-
parse
-
parse
default StringClauses parse(String sqlBlock, boolean preserveWhitespace, boolean preserveComments, ChangeSet changeSet) - Parameters:
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
int getPriority()
-