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:

Inheritance graph
[legend]
Collaboration diagram for SQLException:

Collaboration graph
[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

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
Search

API Documentation
Class hierarchy
Member index
API Reference
Store filters
Store table macros
Back

Generated by doxygen at Sun Nov 9 02:08:25 2008