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

SQLDBC_IRuntime::Error Struct Reference

List of all members.

Detailed Description

Error handle that is used to report errors from methods.

Definition at line 117 of file SQLDBC_IRuntime.h.

Public Member Functions

Public Attributes


Constructor & Destructor Documentation

SQLDBC_IRuntime::Error::Error  )  [inline]
 

Definition at line 119 of file SQLDBC_IRuntime.h.


Member Function Documentation

SQLDBC_IRuntime::Error::operator SAPDB_Bool  )  const [inline]
 

Definition at line 125 of file SQLDBC_IRuntime.h.


Member Data Documentation

SAPDB_Int4 SQLDBC_IRuntime::Error::errorcode
 

Error code.

Definition at line 127 of file SQLDBC_IRuntime.h.

char SQLDBC_IRuntime::Error::errortext[80]
 

Error text (Nullterminated ASCII string).

Definition at line 128 of file SQLDBC_IRuntime.h.