Uses of Class
org.jooq.util.xml.jaxb.Trigger
Packages that use Trigger
-
Uses of Trigger in org.jooq.util.xml.jaxb
Fields in org.jooq.util.xml.jaxb with type parameters of type TriggerMethods in org.jooq.util.xml.jaxb that return TriggerModifier and TypeMethodDescriptionObjectFactory.createTrigger()
Create an instance ofTrigger
Trigger.withActionCondition
(String value) Trigger.withActionOrder
(Integer value) Trigger.withActionOrientation
(TriggerActionOrientation value) Trigger.withActionReferenceNewRow
(String value) Trigger.withActionReferenceNewTable
(String value) Trigger.withActionReferenceOldRow
(String value) Trigger.withActionReferenceOldTable
(String value) Trigger.withActionStatement
(String value) Trigger.withActionTiming
(TriggerActionTiming value) Trigger.withEventManipulation
(TriggerEventManipulation value) Trigger.withEventObjectCatalog
(String value) Trigger.withEventObjectSchema
(String value) Trigger.withEventObjectTable
(String value) Trigger.withTriggerCatalog
(String value) Trigger.withTriggerName
(String value) Trigger.withTriggerSchema
(String value) Methods in org.jooq.util.xml.jaxb that return types with arguments of type TriggerMethods in org.jooq.util.xml.jaxb with parameters of type TriggerMethod parameters in org.jooq.util.xml.jaxb with type arguments of type TriggerModifier and TypeMethodDescriptionvoid
InformationSchema.setTriggers
(List<Trigger> triggers) InformationSchema.withTriggers
(Collection<Trigger> values) InformationSchema.withTriggers
(List<Trigger> triggers)