Uses of Interface
org.h2.api.Trigger
-
Packages that use Trigger Package Description org.h2.fulltext The native full text search implementation, and the wrapper for the Lucene full text search implementation.org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants).org.h2.tools Various tools. -
-
Uses of Trigger in org.h2.fulltext
Classes in org.h2.fulltext that implement Trigger Modifier and Type Class Description static class
FullText.FullTextTrigger
Trigger updates the index when a inserting, updating, or deleting a row.static class
FullTextLucene.FullTextTrigger
Trigger updates the index when a inserting, updating, or deleting a row. -
Uses of Trigger in org.h2.schema
Fields in org.h2.schema declared as Trigger Modifier and Type Field Description private Trigger
TriggerObject. triggerCallback
Methods in org.h2.schema that return Trigger Modifier and Type Method Description private Trigger
TriggerObject. loadFromSource()
-
Uses of Trigger in org.h2.tools
Classes in org.h2.tools that implement Trigger Modifier and Type Class Description class
TriggerAdapter
An adapter for the trigger interface that allows to use the ResultSet interface instead of a row array.
-