Package org.h2.api

Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.

See:
          Description

Interface Summary
AggregateFunction A user-defined aggregate function needs to implement this interface.
CloseListener A trigger that implements this interface will be notified when the database is closed.
DatabaseEventListener A class that implements this interface can get notified about exceptions and other events.
Trigger A class that implements this interface can be used as a trigger.
 

Package org.h2.api Description

Contains interfaces for user-defined extensions, such as triggers and user-defined aggregate functions.