IBX.IBSQLMonitor.TSQLEvent
C++
typedef void __fastcall (__closure *TSQLEvent)(System::UnicodeString EventText, System::TDateTime EventTime);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
typedef | public | IBX.IBSQLMonitor.hpp | IBX.IBSQLMonitor | IBX.IBSQLMonitor |
Description
TSQLEvent is the type of event handlers that respond to activity on an InterBase server.
EventText is the text of the SQL command that triggered the event.
EventTime indicates the time when the command passed to or from the InterBase server.