Uses of Class
com.mckoi.database.ConnectionTriggerManager
-
Packages that use ConnectionTriggerManager Package Description com.mckoi.database The core database classes for Mckoi. -
-
Uses of ConnectionTriggerManager in com.mckoi.database
Fields in com.mckoi.database declared as ConnectionTriggerManager Modifier and Type Field Description private ConnectionTriggerManager
DatabaseConnection. connection_trigger_manager
The connection trigger manager that handles actions that cause triggers to fire on this connection.Methods in com.mckoi.database that return ConnectionTriggerManager Modifier and Type Method Description ConnectionTriggerManager
DatabaseConnection. getConnectionTriggerManager()
Returns the connection trigger manager for this connection.
-