Uses of Class
org.h2.schema.TriggerObject

Packages that use TriggerObject
org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants). 
org.h2.table Classes related to a table and table meta data. 
 

Uses of TriggerObject in org.h2.schema
 

Methods in org.h2.schema that return TriggerObject
 TriggerObject Schema.findTrigger(java.lang.String name)
          Try to find a trigger with this name.
 

Uses of TriggerObject in org.h2.table
 

Methods in org.h2.table with parameters of type TriggerObject
 void Table.addTrigger(TriggerObject trigger)
          Add a trigger to this table.
 void Table.removeTrigger(TriggerObject trigger)
          Remove the given trigger from the list.