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