libpqxx  v4.0-1
C++ library for PostgreSQL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Utility functions

Functions

template<typename ITER >
PGSTD::string pqxx::separated_list (const PGSTD::string &sep, ITER begin, ITER end)
 Render sequence as a string, using given separator between items. More...
 
template<typename OBJ >
PGSTD::string pqxx::separated_list (const PGSTD::string &sep, OBJ *begin, OBJ *end)
 Render array as a string, using given separator between items. More...
 
template<typename CONTAINER >
PGSTD::string pqxx::separated_list (const PGSTD::string &sep, const CONTAINER &c)
 Render items in a container as a string, using given separator. More...
 

Detailed Description

Function Documentation

template<typename ITER >
PGSTD::string pqxx::separated_list ( const PGSTD::string &  sep,
ITER  begin,
ITER  end 
)
inline

Render sequence as a string, using given separator between items.

References pqxx::separated_list().

Here is the call graph for this function:

template<typename OBJ >
PGSTD::string pqxx::separated_list ( const PGSTD::string &  sep,
OBJ *  begin,
OBJ *  end 
)
inline

Render array as a string, using given separator between items.

References pqxx::separated_list().

Here is the call graph for this function:

template<typename CONTAINER >
PGSTD::string pqxx::separated_list ( const PGSTD::string &  sep,
const CONTAINER &  c 
)
inline

Render items in a container as a string, using given separator.

References pqxx::separated_list().

Here is the call graph for this function: