Views
Data Access Package API Reference Guide
Product Documentation:
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
IliSQLSession.

Member Data Documentation

◆ _printFn

IliSQLTracePrintFunction IliSQLTraceOptions::_printFn

This function is called each time new information must be output to the trace.

◆ _traceConnect

IlBoolean IliSQLTraceOptions::_traceConnect

If IlTrue, each connect and disconnect event should be traced.

◆ _traceCursors

IlBoolean IliSQLTraceOptions::_traceCursors

If IlTrue, each cursor allocation and deallocation event should be traced.

◆ _traceEnabled

IlBoolean IliSQLTraceOptions::_traceEnabled

If IlTrue, the SQL trace facility is enabled.

◆ _traceSql

IlBoolean IliSQLTraceOptions::_traceSql

If IlTrue, each SQL statement that is submitted will be traced.