Uses of Package
org.h2.api

Packages that use org.h2.api
org.h2.engine Contains high level classes of the database and classes that don't fit in another sub-package. 
org.h2.fulltext The native full text search implementation, and the wrapper for the the Lucene full text search implementation. 
org.h2.tools Various tools. 
 

Classes in org.h2.api used by org.h2.engine
AggregateFunction
          A user-defined aggregate function needs to implement this interface.
DatabaseEventListener
          A class that implements this interface can get notified about exceptions and other events.
 

Classes in org.h2.api used by org.h2.fulltext
Trigger
          A class that implements this interface can be used as a trigger.
 

Classes in org.h2.api used by org.h2.tools
Trigger
          A class that implements this interface can be used as a trigger.