Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

SQLDBC_IRuntime::TaskTraceContext Struct Reference

List of all members.

Detailed Description

A structure used by the tracing mechanism.

Definition at line 148 of file SQLDBC_IRuntime.h.

Public Attributes


Member Data Documentation

void* SQLDBC_IRuntime::TaskTraceContext::currentEntry
 

Current stack entry.

Definition at line 150 of file SQLDBC_IRuntime.h.

SQLDBC_StringEncoding SQLDBC_IRuntime::TaskTraceContext::encoding
 

Input code.

Definition at line 154 of file SQLDBC_IRuntime.h.

SAPDB_UInt4 SQLDBC_IRuntime::TaskTraceContext::flags
 

A combination of flags which defines the running trace.

Definition at line 156 of file SQLDBC_IRuntime.h.

SAPDB_Bool SQLDBC_IRuntime::TaskTraceContext::hex
 

True if hexadecimal number or a dump are output.

Definition at line 152 of file SQLDBC_IRuntime.h.

SAPDB_UInt4 SQLDBC_IRuntime::TaskTraceContext::indent
 

Line indent.

Definition at line 155 of file SQLDBC_IRuntime.h.

SAPDB_UInt4 SQLDBC_IRuntime::TaskTraceContext::inputlength
 

Input length for character strings.

Definition at line 153 of file SQLDBC_IRuntime.h.

SAPDB_UInt4 SQLDBC_IRuntime::TaskTraceContext::pos
 

Internal flag.

Definition at line 158 of file SQLDBC_IRuntime.h.

SAPDB_UInt4 SQLDBC_IRuntime::TaskTraceContext::traceableLimit
 

Size limit for 'traceable' instances (packets, parts).

Definition at line 157 of file SQLDBC_IRuntime.h.