randolf.ca  1.00
Randolf Richardson's C++ classes
Loading...
Searching...
No Matches
pq::errors::command Class Reference

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>

+ Inheritance diagram for pq::errors::command:
+ Collaboration diagram for pq::errors::command:

Public Member Functions

 command (const char *what)
 
 command (const std::string &what)
 

Detailed Description

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.


The documentation for this class was generated from the following file: