SQLException Class Reference
[Public API]
SQLException is thrown if query or command send to database has invalid syntax or there was other error from backend server when processing query.
More...
#include <exception.h>
Inheritance diagram for SQLException:
[legend]Collaboration diagram for SQLException:
[legend]List of all members.
|
Public Member Functions |
|
const char * | getQuery () const |
| | Get query that caused exception.
|
| void | setQuery (const char *pQuery) |
| | Set query that caused exception.
|
| | SQLException (const char *pCause) |
| | Constructor.
|
|
virtual | ~SQLException () throw () |
| | Destructor.
|
Detailed Description
SQLException is thrown if query or command send to database has invalid syntax or there was other error from backend server when processing query.
Constructor & Destructor Documentation
Member Function Documentation
| void setQuery |
( |
const char * |
pQuery |
) |
|
|
|
|
Set query that caused exception.
- Parameters:
-
|
The documentation for this class was generated from the following file:
|
|
|