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 int > Struct Template Reference

#include <strconv.hxx>

Public Types

typedef unsigned int subject_type
 

Static Public Member Functions

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

Member Typedef Documentation

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

Member Function Documentation

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

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