Interface LiquibaseSqlParser

    • Method Detail

      • 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()