Set of database event types.
Source position: sqldb.pp line 29
type TDBEventTypes = sqltypes.TDBEventTypes; |
TDBEventTypes is a set of TDBEventType values, which is used to filter the set of event messages that should be sent. The TSQLConnection.LogEvents property determines which events a particular connection will send.
|
Filter for events to log. |
|
|
Event handler prototype for handling events. |
|
|
Global logging hook. |