RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDBXTraceFlags Class

Flags to indicate tracing type.

Pascal
TDBXTraceFlags = class;
C++
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 
None  
Trace nothing  
Prepared query statements  
Executed query statements  
Error  
Errors  
Command related operations  
Connect and disconnect  
Transaction commit, rollback  
Blob  
Blob access  
Misc  
Miscellaneous  
Vendor  
Vendor specific operations  
TDBXParameter access  
Reader  
TDBXReader operations  
Driver loading operations  
Metadata access operations  
Driver  
Driver operations  
Custom  
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!