#include <query.h>
Inheritance diagram for pqxxobject::query:
Public Member Functions | |
query () | |
The constructor. | |
query (const std::string &text) | |
The constructor. | |
query (const query &rhs) | |
The copy constructor. | |
virtual | ~query () |
The destructor. | |
operator std::string () const | |
Implicit conversion to std::string. | |
Protected Attributes | |
std::ostringstream | m_string |
Convenience class to generate a database query string. query derives from std::ostringstream, and so all of the usual stringstream methods may be used to create a query.
Definition at line 52 of file query.h.
|
The constructor.
|
|
The constructor.
|
|
The copy constructor.
|
|
The destructor.
|
|
Implicit conversion to std::string.
Definition at line 62 of file query.cc. References m_string. |
|
Definition at line 72 of file query.h. Referenced by operator std::string(). |