An operation represents a single modification within a transaction. Each operation is attached to a type, a database name and a list of parameters.
There is no need for applications to instantiate operations. They are implicitly created when the respective methods on a transaction are invoked. However, the set of operations can be retrieved from a transaction instance for analysis purposes, e.g. when a transaction listener is notified.
@author stenjan @author flangner
|
|