Establishes a connection to a database using a specific transaction
programming model.
- Connection pool name
- A String that specifies the name of a valid connection pool.
- Implicit transaction
- A boolean value to indicate the transaction programming model to use for
the database associated with the connection. Valid values are:
- true
- Database uses implicit transaction bracketing
- false
- Database uses explicit transaction bracketing
Returns a CwDBConnection object.
This function block is based on the
BaseCollaboration.getDBConnection() method. For more
information, see getDBConnection().
