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
Fields in org.h2.schema with type parameters of type TriggerObjectModifier and TypeFieldDescriptionprivate final ConcurrentHashMap
<String, TriggerObject> Schema.triggers
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
Fields in org.h2.table with type parameters of type TriggerObjectMethods in org.h2.table that return types with arguments of type TriggerObjectMethods in org.h2.table with parameters of type TriggerObjectModifier and TypeMethodDescriptionvoid
Table.addTrigger
(TriggerObject trigger) Add a trigger to this table.void
Table.removeTrigger
(TriggerObject trigger) Remove the given trigger from the list.private void
InformationSchemaTable.triggers
(SessionLocal session, ArrayList<Row> rows, String catalog, TriggerObject trigger, String eventManipulation, Table table, String tableName)