Implicit DB Bracketing

Retrieves the transaction programming model that the collaboration object uses for any connection it obtains.

Inputs

Collaboration
The current collaboration object.

Output

Returns a boolean value to indicate the transaction programming model to be used in all database connections.

Notes

The Implicit DB Bracketing function block returns a boolean value to indicate which transaction programming model the collaboration object assumes is used by all connections that it obtains. This function block is useful before obtaining a connection to see whether the current transaction programming model is appropriate for that connection.

Note:
You can override the transaction programming model for a particular connection with the Get Database Connection function block (available in the General\APIs\Database Connection folder).

Related information

This function block is based on the BaseCollaboration.implicitDBTransactionBracketing() method. For more information, see implicitDBTransactionBracketing().

Copyright IBM Corp. 2004