Interface IDatabaseStatement

    • Method Detail

      • run

        void run​(IDatabaseTranslator translator,
                 java.sql.Connection c)
        Execute the statement using the connection.
        Parameters:
        translator - to translate any exceptions
        c -