Uses of Interface
org.h2.api.CloseListener

Packages that use CloseListener
org.h2.fulltext The native full text search implementation, and the wrapper for the the Lucene full text search implementation. 
 

Uses of CloseListener in org.h2.fulltext
 

Classes in org.h2.fulltext that implement CloseListener
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.