#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. | |
| virtual std::string | str ()=0 |
| Get the query as a string. | |
Protected Attributes | |
| std::ostringstream | m_string |
Convenience class to generate a database query string.
Definition at line 50 of file query.h.
|
|
The constructor.
|
|
|
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::operator<<(). |
|
|
|
1.3.5