class RowTriggerExecutor extends GenericTriggerExecutor
activation, 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, executeWhenClauseAndAction
RowTriggerExecutor(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 GenericTriggerExecutor
event
- 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.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.