class StatementTriggerExecutor extends GenericTriggerExecutor
activation, tec, triggerd
Constructor and Description |
---|
StatementTriggerExecutor(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
StatementTriggerExecutor(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 sqlStandardException
- on error or general trigger
exceptionApache Derby V10.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.