Interface LiquibaseSqlParser

All Superinterfaces:
Plugin
All Known Implementing Classes:
StandardSqlParser

public interface LiquibaseSqlParser extends Plugin
  • Method Details

    • parse

      StringClauses parse(String sqlBlock)
    • parse

      StringClauses parse(String sqlBlock, boolean preserveWhitespace, boolean preserveComments)
    • 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()