IBX.IBSQLMonitor
Defines InterBase Express classes, routines and types for providing TSQLMonitor support.
| Package | ibxpress250.bpl |
|---|
Contents
Classes
| IIBSQLMonitorHook | |
| TIBCustomSQLMonitor | TIBCustomSQLMonitor is the ancestor for TIBSQLMonitor. |
| TIBSQLMonitor | TIBSQLMonitor monitors dynamic SQL passed to the InterBase server. |
Routines
| DisableMonitoring | Disables SQL monitoring. |
| EnableMonitoring | |
| MonitorHook | |
| MonitoringEnabled | |
| SetMonitorHook |
Types
| TSQLEvent | TSQLEvent is the type of event handlers that respond to activity on an InterBase server. |
Constants
| WM_IBSQL_SQL_EVENT | WM_IBSQL_SQL_EVENT: Integer = $401; |
| WM_MAX_IBSQL_MONITOR | WM_MAX_IBSQL_MONITOR: Integer = $600; |
| WM_MIN_IBSQL_MONITOR | WM_MIN_IBSQL_MONITOR: Integer = $400; |