RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBTransaction Methods

The methods of the TIBTransaction class are listed here.

 
Name 
Description 
 
Initializes the component after the form file has been read into memory. 
 
Forwards notification messages to all owned components. 
 
This is SetHandle, a member of class TIBTransaction. 
 
Name 
Description 
 
Associates a database to the transaction. 
 
Call 
Returns an error message based on the error code. 
 
Performs the action that the AutoStopAction property specifies. 
 
Checks for databases in the list. 
 
Checks whether the transaction is active and whether there are any databases in the transaction's database list. 
 
Checks that the transaction is not active and that there are no databases in the transaction's database list. 
 
Permanently stores updates, insertions, and deletions of data associated with the current transaction, and ends the current transactions. 
 
Commits the active transaction and retains the transaction context after a commit. 
 
Finds the index of the associated database. 
 
Finds the default database for the transaction. 
 
Disassociates a database from the transaction. 
 
Disassociates all databases from the transaction. 
 
Cancels all updates, insertions, and deletions for the current transaction and ends the transaction. 
 
Cancels all updates, insertions, and deletions for the current transaction and retains the transaction context. 
 
Begins a new transaction against the database server. 
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!