Interface Statement


public interface Statement
The statement relevant to an event.

Flyway Teams only

  • Method Details

    • getSql

      String getSql()
      Returns:
      The SQL statement.
    • getWarnings

      List<Warning> getWarnings()
      Returns:
      The warnings that were raised during the execution of the statement. null if the statement hasn't been executed yet.
    • getErrors

      List<Error> getErrors()
      Returns:
      The errors that were thrown during the execution of the statement. null if the statement hasn't been executed yet.