#include <exceptions.h>
Inheritance diagram for mysqlpp::BadQuery:
Public Member Functions | |
BadQuery (const char *w="") | |
Create exception object, taking C string. | |
BadQuery (const std::string &w) | |
Create exception object, taking C++ string. |
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.