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 141 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.
|
|
Returns the warning code of the SQL warning.
|
Friends And Related Function Documentation
friend class SQLDBC_ConnectionItem [friend]
|
|
friend struct SQLDBC_ConnectionItemStorage [friend]
|
|
The documentation for this class was generated from the following file: