Interface Trigger
- All Superinterfaces:
Named, Qualified, QueryPart, Serializable
-
Method Summary
Modifier and TypeMethodDescription@Nullable StatementThe statement that is being executed by the trigger.intThe action order of execution for this trigger's action.@NotNull Set<TriggerEvent> The event types on which a trigger fires.@Nullable TriggerExecutionThe execution scope of a trigger.The fields of the trigger if it is anUPDATEtrigger.@Nullable Table<?> getTable()The table of the trigger.@Nullable TriggerTimegetTime()The time when a trigger fires.@Nullable ConditiongetWhen()The condition that is checked before executing a trigger.Methods inherited from interface Named
$name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedNameMethods inherited from interface Qualified
$schema, getCatalog, getSchema
-
Method Details
-
getTime
The time when a trigger fires. -
getEvents
The event types on which a trigger fires. -
getExecution
The execution scope of a trigger. -
getTable
The table of the trigger. -
getFields
-
getWhen
The condition that is checked before executing a trigger. -
getActionOrder
int getActionOrder()The action order of execution for this trigger's action. -
getAction
The statement that is being executed by the trigger.
-