|
RAD Studio VCL Reference
|
Flags to indicate tracing type.
TDBXTraceFlags = class;
class TDBXTraceFlags;
These flags indicate what items should be traced. Logically OR the flags together for all items that you want to trace.
This table lists the traceable items.
|
Constant |
Description |
|
Trace nothing | |
|
Prepared query statements | |
|
Executed query statements | |
|
Errors | |
|
Command related operations | |
|
Connect and disconnect | |
|
Transaction commit, rollback | |
|
Blob access | |
|
Miscellaneous | |
|
Vendor specific operations | |
|
TDBXParameter access | |
|
TDBXReader operations | |
|
Driver loading operations | |
|
Metadata access operations | |
|
Driver operations | |
|
Allow the trace handler to filter the TDBXTraceEvent |
|
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
|
What do you think about this topic? Send feedback!
|