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

SQLDBC::SQLDBC_SQLWarning Class Reference

#include <SQLDBC.h>

List of all members.


Detailed Description

A class for handling SQL warnings.

An SQL warning is a state after an execution of an SQL statement or a function call that is not critical but, as it may cause problems or be an user error. Such an SQL warning may originate from the database, or from the SQLDBC interface.

Definition at line 156 of file SQLDBC.h.

Public Methods


Member Function Documentation

SQLDBC_SQLWarning* SQLDBC::SQLDBC_SQLWarning::getNextWarning   const
 

Returns the next SQLWarning from the chain.

Returns:
A pointer to the next SQLWarning, or 0 if no SQLWarning exists.

SQLDBC_SQLWarningCode SQLDBC::SQLDBC_SQLWarning::getWarningCode   const
 

Returns the warning code of the SQL warning.


Friends And Related Function Documentation

friend class SQLDBC_ConnectionItem [friend]
 

Definition at line 173 of file SQLDBC.h.

friend struct SQLDBC_ConnectionItemStorage [friend]
 

Definition at line 174 of file SQLDBC.h.


The documentation for this class was generated from the following file: