Interface SQLRunner.NoResultSQLAction

    • Method Detail

      • run

        void run​(Connection connection)
          throws SQLException
        Deprecated.
        Executes action with connection.
        Parameters:
        connection - sql connection object.
        Throws:
        SQLException - sql exception.