rwlogo

Rogue Wave Views
Data Access Package API Reference Guide

Product Documentation:

Rogue Wave Views
Documentation Home

List of all members | Public Attributes
IliSQLTraceOptions Class Reference

Database access class. More...

#include <ilviews/dataccess/dbms/systype.h>

Public Attributes

IliSQLTracePrintFunction _printFn
 
IlBoolean _traceConnect
 
IlBoolean _traceCursors
 
IlBoolean _traceEnabled
 
IlBoolean _traceSql
 

Detailed Description

Database access class.

Library: dataccess

This class describes the state of the SQL trace facility.

See Also
Classes: IliSQLSession.

Member Data Documentation

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 2014, 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.