|
libpqxx
The C++ client library for PostgreSQL
|
Go to the source code of this file.
Namespaces | |
| namespace | pqxx |
| The home of all libpqxx classes, functions, templates, etc. | |
| namespace | pqxx::internal |
| Internal items for libpqxx' own use. Do not use these yourself. | |
Functions | |
| template<typename TYPE> | |
| void | pqxx::internal::render_item (TYPE const &item, char *&here, char *end) |
| Convert item to a string, write it into [here, end). | |
| template<typename... TYPE> | |
| std::string | pqxx::internal::concat (TYPE... item) |
| Efficiently combine a bunch of items into one big string. | |