Interface IDatabaseSupplier<T>

    • Method Detail

      • run

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