Uses of Class
com.mckoi.database.TriggerEvent
-
Packages that use TriggerEvent Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of TriggerEvent in com.mckoi.database
Methods in com.mckoi.database with parameters of type TriggerEvent 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.
-