IBX.IBSQLMonitor

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


TSQLMonitor をサポートするための、InterBase Express のクラス、ルーチン、型が定義されています。

パッケージ ibxpress240.bpl

クラス

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

ルーチン

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

_di_IIBSQLMonitorHook
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;


関連項目