| Class | Description |
|---|---|
| DatabaseTrigger<Buf extends Buffer> |
Abstract class to be extended by a session database trigger implementation.
|
| DatabaseTriggerManager |
This class handles the management of trigger system for a database.
|
| GenericDatabaseTrigger |
Abstract class to be extended by a generic database trigger implementation.
|
| TriggerBlockLayer |
This class holds all triggers defined ar a certain level in the stack of triggers along with
information whether some groups of triggers are disabled.
|
| TriggerData |
This is a container for all information needed for a trigger callback.
|
| TriggerManagerHandle |
A handle for avoiding accessing the TriggerManager directly via its public API.
|
| TriggerTracker |
A helper class used by
RecordBuffer to help manage information about database triggers. |
| Enum | Description |
|---|---|
| DatabaseEventType |
Database trigger event type.
|
| TriggerBlockLayer.EnableStatus |
The status of a base database trigger event on a block layer.
|