libpqxx  v4.0-1
C++ library for PostgreSQL
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pqxx::string_traits< PGSTD::string > Struct Template Reference

#include <strconv.hxx>

Static Public Member Functions

static void from_string (const char Str[], PGSTD::string &Obj)
 
static bool has_null ()
 
static bool is_null (const PGSTD::string &)
 
static const char * name ()
 
static PGSTD::string null ()
 
static PGSTD::string to_string (const PGSTD::string &Obj)
 

Member Function Documentation

static void pqxx::string_traits< PGSTD::string >::from_string ( const char  Str[],
PGSTD::string &  Obj 
)
inlinestatic
static bool pqxx::string_traits< PGSTD::string >::has_null ( )
inlinestatic
static bool pqxx::string_traits< PGSTD::string >::is_null ( const PGSTD::string &  )
inlinestatic
static const char* pqxx::string_traits< PGSTD::string >::name ( )
inlinestatic
static PGSTD::string pqxx::string_traits< PGSTD::string >::null ( )
inlinestatic

References pqxx::internal::throw_null_conversion().

Here is the call graph for this function:

static PGSTD::string pqxx::string_traits< PGSTD::string >::to_string ( const PGSTD::string &  Obj)
inlinestatic

The documentation for this struct was generated from the following file: