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::stringstream > Struct Template Reference

#include <strconv.hxx>

Static Public Member Functions

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

Member Function Documentation

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

References pqxx::internal::throw_null_conversion().

Here is the call graph for this function:

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

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