IBX.IBSQLMonitor

From RAD Studio API Documentation
Jump to: navigation, search

Defines InterBase Express classes, routines and types for providing TSQLMonitor support.

Package ibxpress270.bpl

Classes

IIBSQLMonitorHook
TIBCustomSQLMonitorTIBCustomSQLMonitor is the ancestor for TIBSQLMonitor.
TIBSQLMonitorTIBSQLMonitor monitors dynamic SQL passed to the InterBase server.

Routines

DisableMonitoringDisables SQL monitoring.
EnableMonitoring
MonitorHook
MonitoringEnabled
RemoveMonitorHook
SetMonitorHook

Types

TSQLEventTSQLEvent is the type of event handlers that respond to activity on an InterBase server.

Constants

WM_IBSQL_SQL_EVENTWM_IBSQL_SQL_EVENT: Integer = $401;
WM_MAX_IBSQL_MONITORWM_MAX_IBSQL_MONITOR: Integer = $600;
WM_MIN_IBSQL_MONITORWM_MIN_IBSQL_MONITOR: Integer = $400;


See Also