Interface ITransactionJdbc

    • Method Detail

      • getConnection

        java.sql.Connection getConnection()
                                   throws DaoException
        Returns the default jdbc connection for this transaction.
        Returns:
        the default jdbc connection for this transaction.
        Throws:
        DaoException
      • getConnection

        java.sql.Connection getConnection​(java.lang.String connectionId)
                                   throws DaoException
        Returns the jdbc connection associated with the specified id.
        Parameters:
        connectionId - the connection id.
        Returns:
        the jdbc connection.
        Throws:
        DaoException
        Since:
        4.0.4