public class RowTriggerExecutor extends GenericTriggerExecutor
activation, lcc, tec, triggerd| Constructor and Description |
|---|
RowTriggerExecutor(InternalTriggerExecutionContext tec,
TriggerDescriptor triggerd,
Activation activation,
LanguageConnectionContext lcc)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
fireTrigger(TriggerEvent event,
CursorResultSet brs,
CursorResultSet ars,
int[] colsReadFromTable)
Fire the trigger based on the event.
|
clearSPS, executeSPS, getAction, getWhenClauseRowTriggerExecutor(InternalTriggerExecutionContext tec, TriggerDescriptor triggerd, Activation activation, LanguageConnectionContext lcc)
tec - the execution contexttriggerd - the trigger descriptoractivation - the activationlcc - the lccvoid fireTrigger(TriggerEvent event, CursorResultSet brs, CursorResultSet ars, int[] colsReadFromTable) throws StandardException
fireTrigger in class GenericTriggerExecutorevent - the trigger eventbrs - the before result setars - the after result setcolsReadFromTable - columns required from the trigger table
by the triggering sqlStandardExcetion - on error or general trigger
exceptionStandardException - on error or user exception
from trigger actionApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.