Interface Warning


  • public interface Warning
    A warning that occurred while executing a statement.

    Flyway Pro and Flyway Enterprise only

    • Method Detail

      • getCode

        int getCode()
        Returns:
        The warning code.
      • getState

        String getState()
        Returns:
        The warning state.
      • getMessage

        String getMessage()
        Returns:
        The warning message.