Bde.DBTables.TTraceFlag

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: enum
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: Bde.DBTables

Delphi

TTraceFlag = (tfQPrepare, tfQExecute, tfError, tfStmt, tfConnect,
tfTransact, tfBlob, tfMisc, tfVendor, tfDataIn, tfDataOut);

C++

enum DECLSPEC_DENUM TTraceFlag : unsigned char { tfQPrepare, tfQExecute, tfError, tfStmt, tfConnect, tfTransact, tfBlob, tfMisc, tfVendor, tfDataIn, tfDataOut };

Description

Embarcadero Technologies does not currently have any additional information.