Chapter 5 C Routines Reference


JagInTransaction

Description

Determine whether the current method is executing in a transaction.

Syntax

JagBoolean JagInTransaction();

Usage

Methods can call JagInTransaction to determine whether they are executing within a transaction. Methods in components that are declared to be transactional always execute as part of a transaction.

See Also

JagIsRollbackOnly

"Understanding Transactions and Component Lifecycle Models" in the Jaguar CTS Programmer's Guide

 


Copyright © 2000 Sybase, Inc. All rights reserved.