Interface SQLRunner.SQLAction<T>

    • Method Detail

      • run

        T run​(java.sql.Connection connection)
        throws java.sql.SQLException
        Deprecated.
        Parameters:
        connection - sql connection object.
        Returns:
        execution result of generic type.
        Throws:
        java.sql.SQLException - sql exception.