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

SQLDBC::SQLDBC_SQLWarning Class Reference

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 290 of file SQLDBC.h.

Public Member Functions


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.