Rogue Wave Views Data Access Package API Reference Guide |
Rogue Wave Views Documentation Home |
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.
© Copyright 2018, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.