Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

mysqlpp::BadQuery Class Reference

Exception thrown when MySQL encounters a problem while processing your query. More...

#include <exceptions.h>

Inheritance diagram for mysqlpp::BadQuery:

Inheritance graph
[legend]
Collaboration diagram for mysqlpp::BadQuery:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 BadQuery (const char *w="")
 Create exception object, taking C string.

 BadQuery (const std::string &w)
 Create exception object, taking C++ string.


Detailed Description

Exception thrown when MySQL encounters a problem while processing your query.

This exception is typically only thrown when the server rejects a SQL query. In v1.7, it was used as a more generic exception type, for no particularly good reason.


The documentation for this class was generated from the following file:
Generated on Wed Jul 11 15:35:08 2007 for MySQL++ by doxygen 1.3.5