Interface SQLRunner.NoResultSQLAction

    • Method Detail

      • run

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