- All Superinterfaces:
- Named,- Qualified,- QueryPart,- Serializable
A meta model of SQL 
TRIGGER objects.- Author:
- Lukas Eder
- 
Method SummaryModifier 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 org.jooq.Named$name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedNameMethods inherited from interface org.jooq.Qualified$schema, getCatalog, getSchema
- 
Method Details- 
getTimeThe time when a trigger fires.
- 
getEventsThe event types on which a trigger fires.
- 
getExecutionThe execution scope of a trigger.
- 
getTableThe table of the trigger.
- 
getFieldsThe fields of the trigger if it is anUPDATEtrigger.
- 
getWhenThe condition that is checked before executing a trigger.
- 
getActionOrderint getActionOrder()The action order of execution for this trigger's action.
- 
getActionThe statement that is being executed by the trigger.
 
-