Database access class. More...
#include <ilviews/dataccess/dbms/systype.h>
Public Attributes | |
IliSQLTracePrintFunction | _printFn |
IlBoolean | _traceConnect |
IlBoolean | _traceCursors |
IlBoolean | _traceEnabled |
IlBoolean | _traceSql |
Database access class.
Library: dataccess
This class describes the state of the SQL trace facility.
IliSQLSession
. IliSQLTracePrintFunction IliSQLTraceOptions::_printFn |
This function is called each time new information must be output to the trace.
IlBoolean IliSQLTraceOptions::_traceConnect |
If IlTrue
, each connect and disconnect event should be traced.
IlBoolean IliSQLTraceOptions::_traceCursors |
If IlTrue
, each cursor allocation and deallocation event should be traced.
IlBoolean IliSQLTraceOptions::_traceEnabled |
If IlTrue
, the SQL trace facility is enabled.
IlBoolean IliSQLTraceOptions::_traceSql |
If IlTrue
, each SQL statement that is submitted will be traced.