Interface Warning


  • @Deprecated
    public interface Warning
    Deprecated.
    ErrorHandlers have been deprecated and will be removed in Flyway 6.0 use statement-level callbacks instead.
    A warning that occurred while executing a statement.
    • Method Detail

      • getCode

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

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

        String getMessage()
        Deprecated.
        Returns:
        The warning message.