IBX.IBSQLMonitor.TSQLEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSQLEvent = procedure(EventText: String; EventTime : TDateTime) of object;

C++

typedef void __fastcall (__closure *TSQLEvent)(System::UnicodeString EventText, System::TDateTime EventTime);

Properties

Type Visibility Source Unit Parent
type
typedef
public
IBX.IBSQLMonitor.pas
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.

See Also