Uses of Interface
org.h2.api.Trigger
Packages that use Trigger
Package
Description
The native full text search implementation, and the wrapper for the Lucene full text search implementation.
Various tools.
-
Uses of Trigger in org.h2.fulltext
Classes in org.h2.fulltext that implement TriggerModifier and TypeClassDescriptionstatic final classTrigger updates the index when a inserting, updating, or deleting a row.static final classTrigger updates the index when a inserting, updating, or deleting a row. -
Uses of Trigger in org.h2.tools
Classes in org.h2.tools that implement TriggerModifier and TypeClassDescriptionclassAn adapter for the trigger interface that allows to use the ResultSet interface instead of a row array.