Package | Description |
---|---|
com.mckoi.database |
The core database classes for Mckoi.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DatabaseConnection.fireTrigger(DatabaseConnection database,
java.lang.String trigger_name,
TriggerEvent evt) |
Notifies when a trigger has fired for this user.
|
void |
TriggerListener.fireTrigger(DatabaseConnection database,
java.lang.String trigger_name,
TriggerEvent trigger_evt) |
Notifies that a trigger event fired.
|
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 © 2018. All rights reserved.