libpqxx  7.0.1
pqxx::pqxx::pqxx Namespace Reference

Namespaces

 internal
 
 pqxx
 

Functions

template<typename T >
from_string (std::string_view text)
 Attempt to convert postgres-generated string to given built-in type. More...
 
template<typename T >
void from_string (std::string_view text, T &value)
 Attempt to convert postgres-generated string to given built-in object. More...
 
template<typename TYPE >
std::string to_string (TYPE const &value)
 Convert a value to a readable string that PostgreSQL will understand. More...
 
template<typename TYPE >
void into_string (TYPE const &value, std::string &out)
 Convert a value to a readable string that PostgreSQL will understand. More...
 
template<typename TYPE >
bool is_null (TYPE const &value)
 Is value null? More...
 

Variables

template<typename T >
constexpr bool is_sql_array {false}
 Does this type translate to an SQL array? More...
 
template<typename T >
constexpr char array_separator {','}
 Element separator between SQL array elements of this type. More...