#include <util.hxx>
Static Public Member Functions | |
static const char * | name () |
static bool | has_null () |
static bool | is_null (const PGSTD::stringstream &) |
static PGSTD::stringstream | null () |
static void | from_string (const char Str[], PGSTD::stringstream &Obj) |
static PGSTD::string | to_string (const PGSTD::stringstream &Obj) |
static const char* pqxx::pqxx::string_traits< PGSTD::stringstream >::name | ( | ) | [static] |
static bool pqxx::pqxx::string_traits< PGSTD::stringstream >::has_null | ( | ) | [static] |
static bool pqxx::pqxx::string_traits< PGSTD::stringstream >::is_null | ( | const PGSTD::stringstream & | ) | [static] |
static PGSTD::stringstream pqxx::pqxx::string_traits< PGSTD::stringstream >::null | ( | ) | [static] |
References pqxx::internal::throw_null_conversion().
static void pqxx::pqxx::string_traits< PGSTD::stringstream >::from_string | ( | const char | Str[], | |
PGSTD::stringstream & | Obj | |||
) | [static] |
static PGSTD::string pqxx::pqxx::string_traits< PGSTD::stringstream >::to_string | ( | const PGSTD::stringstream & | Obj | ) | [static] |