randolf.ca
1.00
Randolf Richardson's C++ classes
|
Exception handling of command-specific errors. This exception is usually thrown by pq::connection::exec, pq::connection::execParams, and other methods that send SQL commands (INSERT
, DELETE
, SELECT
, etc.) to the PostgreSQL server, albeit with an invalid syntax.
More...
#include <pq/errors>
Public Member Functions | |
command (const char *what) | |
command (const std::string &what) | |
Exception handling of command-specific errors. This exception is usually thrown by pq::connection::exec, pq::connection::execParams, and other methods that send SQL commands (INSERT
, DELETE
, SELECT
, etc.) to the PostgreSQL server, albeit with an invalid syntax.