IBX.IBSQLMonitor

提供:RAD Studio API Documentation

TSQLMonitor サポートを提供するための、InterBase Express クラス、ルーチン、および型を定義します。

パッケージ ibxpress270.bpl

クラス

IIBSQLMonitorHook
TIBCustomSQLMonitorTIBCustomSQLMonitor は,TIBSQLMonitor の派生元である上位オブジェクトです。
TIBSQLMonitorTIBSQLMonitor は,InterBase サーバーに渡す動的 SQL を監視します。

ルーチン

DisableMonitoringSQL の監視を無効にします。
EnableMonitoring
MonitorHook
MonitoringEnabled
RemoveMonitorHook
SetMonitorHook

TSQLEventTSQLEvent は,InterBase サーバー上の動作に応答するイベントハンドラの種類です。

定数

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;


関連項目