Interface SQLRunner.SQLAction<T>

    • Method Detail

      • run

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