Go to the source code of this file.
Classes | |
class | TZSQLMonitor |
Implements an object to log events from SQL client. More... | |
Typedefs | |
typedef ZDbcLogging | TZLoggingEvent |
Repeat declaration of TZLoggingEvent. | |
typedef void(* | TZTraceLogEvent )(TObject Sender, TZLoggingEvent Event) |
Declares event after logging. | |
Functions | |
TZTraceEvent typedef void(*) | TZLoggingEvent (TObject Sender, TZLoggingEvent Event, Boolean &LogTrace) |
Declares event before logging. |
TZTraceEvent typedef void(* TZLoggingEvent)(TObject Sender, TZLoggingEvent Event, Boolean &LogTrace) |
Repeat declaration of TZLoggingEvent.
Declares event before logging.
Definition at line 65 of file ZSqlMonitor.pas.
typedef void(* TZTraceLogEvent)(TObject Sender, TZLoggingEvent Event) |
TZTraceEvent typedef void(*) TZLoggingEvent | ( | TObject | Sender, | |
TZLoggingEvent | Event, | |||
Boolean & | LogTrace | |||
) |
Declares event before logging.