|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.derby.impl.sql.execute.GenericTriggerExecutor
org.apache.derby.impl.sql.execute.RowTriggerExecutor
A row trigger executor is an object that executes a row trigger. It is instantiated at execution time. There is one per row trigger.
| Field Summary |
| Fields inherited from class org.apache.derby.impl.sql.execute.GenericTriggerExecutor |
activation, lcc, tec, triggerd |
| Constructor Summary | |
(package private) |
RowTriggerExecutor(InternalTriggerExecutionContext tec,
TriggerDescriptor triggerd,
Activation activation,
LanguageConnectionContext lcc)
Constructor |
| Method Summary | |
(package private) void |
fireTrigger(TriggerEvent event,
CursorResultSet brs,
CursorResultSet ars)
Fire the trigger based on the event. |
| Methods inherited from class org.apache.derby.impl.sql.execute.GenericTriggerExecutor |
clearSPS, executeSPS, getAction, getWhenClause |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
RowTriggerExecutor(InternalTriggerExecutionContext tec,
TriggerDescriptor triggerd,
Activation activation,
LanguageConnectionContext lcc)
tec - the execution contexttriggerd - the trigger descriptoractivation - the activationlcc - the lcc| Method Detail |
void fireTrigger(TriggerEvent event,
CursorResultSet brs,
CursorResultSet ars)
throws StandardException
fireTrigger in class GenericTriggerExecutorevent - the trigger eventbrs - the before result setars - the after result set
StandardExcetion - on error or general trigger
exception
StandardException - on error or user exception
from trigger action
|
Built on Tue 2006-10-10 19:23:47+0200, from revision exported | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||