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

#include <strconv.hxx>

Public Types

typedef unsigned long subject_type
 

Static Public Member Functions

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

Member Typedef Documentation

typedef unsigned long pqxx::string_traits< unsigned long >::subject_type

Member Function Documentation

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

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