IBX.IBSQLMonitor

提供: RAD Studio API Documentation
移動先: 案内検索

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

パッケージ ibxpress.bpl

クラス

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

ルーチン

DisableMonitoringSQL の監視を無効にします。
EnableMonitoring
MonitorHook
MonitoringEnabled
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;


関連項目