Basic constructor
Parameters: lcc - the lcc Parameters: tc - the xact controller Parameters: triggerInfo - the trigger information Parameters: dmlType - Type of DML for which this trigger is being fired. Parameters: activation - the activation. Parameters: aiCounters - vector of ai counters exception: StandardException - on error
Handle the given event.
Parameters: event - a trigger event Parameters: brs - the before result set. Typicallya TemporaryRowHolderResultSet but sometimes aBulkTableScanResultSet Parameters: ars - the after result set. Typicallya TemporaryRowHolderResultSet but sometimes aBulkTableScanResultSet exception: StandardException - on error
Reopen the trigger activator. Just creates a new trigger execution
context. Note that close() still must be called when you
are done -- you cannot just do a reopen() w/o a first doing
a close.
exception: StandardException - on error