SQLException Class ReferenceSQLException is thrown if query or command send to database has invalid syntax or there was other error from backend server when processing query.
More...
|
||||||||||||||||||||||||||||||||||||||||||||||||
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
| SQLException | ( | const char * | pCause | ) |
Constructor.
- Parameters:
-
pCause error text
Member Function Documentation
| void setQuery | ( | const char * | pQuery | ) |
Set query that caused exception.
- Parameters:
-
pQuery query value
The documentation for this class was generated from the following file:
| Documentation |
|---|
| Quick start |
| Examples |
| API Documentation |
|---|
| Class hierarchy |
| Member index |
| API Reference |
| Store filters |
| Store table macros |
Generated by doxygen at Fri Oct 22 23:15:46 2010


