Uses of Class
com.mckoi.database.TriggerEvent
Packages that use TriggerEvent
-
Uses of TriggerEvent in com.mckoi.database
Methods in com.mckoi.database with parameters of type TriggerEventModifier and TypeMethodDescriptionvoid
DatabaseConnection.fireTrigger
(DatabaseConnection database, String trigger_name, TriggerEvent evt) Notifies when a trigger has fired for this user.void
TriggerListener.fireTrigger
(DatabaseConnection database, 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.