Class ITraceFactory
Unit
Declaration
type ITraceFactory = class(IPluginBase)
Description
This item has no description.
Hierarchy
- TObject
- IVersioned
- IReferenceCounted
- IPluginBase
- ITraceFactory
Overview
Fields
| Public | nested const VERSION = 6; |
| Public | nested const TRACE_EVENT_ATTACH = Cardinal(0); |
| Public | nested const TRACE_EVENT_DETACH = Cardinal(1); |
| Public | nested const TRACE_EVENT_TRANSACTION_START = Cardinal(2); |
| Public | nested const TRACE_EVENT_TRANSACTION_END = Cardinal(3); |
| Public | nested const TRACE_EVENT_SET_CONTEXT = Cardinal(4); |
| Public | nested const TRACE_EVENT_PROC_EXECUTE = Cardinal(5); |
| Public | nested const TRACE_EVENT_TRIGGER_EXECUTE = Cardinal(6); |
| Public | nested const TRACE_EVENT_DSQL_PREPARE = Cardinal(7); |
| Public | nested const TRACE_EVENT_DSQL_FREE = Cardinal(8); |
| Public | nested const TRACE_EVENT_DSQL_EXECUTE = Cardinal(9); |
| Public | nested const TRACE_EVENT_BLR_COMPILE = Cardinal(10); |
| Public | nested const TRACE_EVENT_BLR_EXECUTE = Cardinal(11); |
| Public | nested const TRACE_EVENT_DYN_EXECUTE = Cardinal(12); |
| Public | nested const TRACE_EVENT_SERVICE_ATTACH = Cardinal(13); |
| Public | nested const TRACE_EVENT_SERVICE_START = Cardinal(14); |
| Public | nested const TRACE_EVENT_SERVICE_QUERY = Cardinal(15); |
| Public | nested const TRACE_EVENT_SERVICE_DETACH = Cardinal(16); |
| Public | nested const TRACE_EVENT_ERROR = Cardinal(17); |
| Public | nested const TRACE_EVENT_SWEEP = Cardinal(18); |
| Public | nested const TRACE_EVENT_FUNC_EXECUTE = Cardinal(19); |
| Public | nested const TRACE_EVENT_MAX = Cardinal(20); |
Methods
| Public | function trace_needs(): QWord; |
| Public | function trace_create(status: IStatus; init_info: ITraceInitInfo): ITracePlugin; |
Description
Fields
| Public | nested const VERSION = 6; |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_ATTACH = Cardinal(0); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_DETACH = Cardinal(1); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_TRANSACTION_START = Cardinal(2); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_TRANSACTION_END = Cardinal(3); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_SET_CONTEXT = Cardinal(4); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_PROC_EXECUTE = Cardinal(5); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_TRIGGER_EXECUTE = Cardinal(6); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_DSQL_PREPARE = Cardinal(7); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_DSQL_FREE = Cardinal(8); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_DSQL_EXECUTE = Cardinal(9); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_BLR_COMPILE = Cardinal(10); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_BLR_EXECUTE = Cardinal(11); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_DYN_EXECUTE = Cardinal(12); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_SERVICE_ATTACH = Cardinal(13); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_SERVICE_START = Cardinal(14); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_SERVICE_QUERY = Cardinal(15); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_SERVICE_DETACH = Cardinal(16); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_ERROR = Cardinal(17); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_SWEEP = Cardinal(18); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_FUNC_EXECUTE = Cardinal(19); |
|
This item has no description. | |
| Public | nested const TRACE_EVENT_MAX = Cardinal(20); |
|
This item has no description. | |
Methods
| Public | function trace_needs(): QWord; |
|
This item has no description. | |
| Public | function trace_create(status: IStatus; init_info: ITraceInitInfo): ITracePlugin; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.