#include <query_helpers.h>
Public Member Functions | |
std::pair< std::string, std::string > | apply (F< T > &field) |
Construct a pair containing the field name and value from a field value. |
It handles quoting and formatting of datatypes into a format suitable for an SQL statement.
Definition at line 52 of file query_helpers.h.
|
Construct a pair containing the field name and value from a field value.
Definition at line 61 of file query_helpers.h. Referenced by pqxxobject::update_query::add(), pqxxobject::insert_query::add(), and pqxxobject::update_query::where(). |