#include <query.h>
Inheritance diagram for pqxxobject::query:
Public Member Functions | |
query () | |
The constructor. | |
query (const query &rhs) | |
The copy constructor. | |
virtual | ~query () |
The destructor. | |
virtual std::string | str () const=0 |
Get the query as a string. |
Convenience class to generate a database query string.
Definition at line 50 of file query.h.
|
The constructor.
|
|
The copy constructor.
|
|
The destructor.
|
|
Get the query as a string.
Implemented in pqxxobject::insert_query, and pqxxobject::update_query. Referenced by pqxxobject::transaction::exec(), pqxxobject::transaction::exec_noresult(), pqxxobject::operator<<(), and pqxxobject::transaction::perform(). |