org.h2.api |
Javadoc package documentation
Contains interfaces for user defined extensions, such as triggers and user defined aggregate functions.
|
Java Source File Name | Type | Comment |
AggregateFunction.java | Interface | A user defined aggregate function needs to implement this interface. |
DatabaseEventListener.java | Interface | A class that implements this interface can get notified about exceptions
and other events. |
Trigger.java | Interface | A class that implements this interface can be used as a trigger. |