Interface Functions.ConnectionHandler

  • Enclosing class:
    Functions
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface Functions.ConnectionHandler
    A generic callback for doing connection things
    • Method Detail

      • accept

        void accept​(Connection connection)
             throws SQLException,
                    sailpoint.tools.GeneralException
        Does something with the connection
        Parameters:
        connection - The connection
        Throws:
        SQLException - on SQL errors
        sailpoint.tools.GeneralException - on IIQ errors