Constant that can be used to select all events.
Source position: sqldb.pp line 49
| const LogAllEvents = [detCustom, detPrepare, detExecute, detFetch, detCommit, detRollBack]; | 
LogAllEvents is a constant that contains the full set of available event types. It can be used to set TSQLConnection.LogEvents.
| 
 | Filter for events to log. | |
| 
 | Event handler prototype for handling events. | |
| 
 | Global logging hook. |