Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Method and Description |
---|---|
void |
TriggerListener.fireTrigger(DatabaseConnection database,
String trigger_name,
TriggerEvent trigger_evt)
Notifies that a trigger event fired.
|
void |
DatabaseConnection.fireTrigger(DatabaseConnection database,
String trigger_name,
TriggerEvent evt)
Notifies when a trigger has fired for this user.
|
void |
DatabaseConnection.notifyTriggerEvent(TriggerEvent evt)
Informs the underlying transaction that a high level transaction event
has occurred and should be dispatched to any listeners occordingly.
|
Copyright © 2015. All rights reserved.