Uses of Class
org.h2.schema.TriggerObject
Packages that use TriggerObject
Package
Description
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
Classes related to a table and table meta data.
-
Uses of TriggerObject in org.h2.schema
Methods in org.h2.schema that return TriggerObjectModifier and TypeMethodDescriptionSchema.findTrigger(String name) Try to find a trigger with this name.Methods in org.h2.schema that return types with arguments of type TriggerObject -
Uses of TriggerObject in org.h2.table
Methods in org.h2.table that return types with arguments of type TriggerObjectMethods in org.h2.table with parameters of type TriggerObjectModifier and TypeMethodDescriptionvoidTable.addTrigger(TriggerObject trigger) Add a trigger to this table.voidTable.removeTrigger(TriggerObject trigger) Remove the given trigger from the list.