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

#include <strconv.hxx>

Public Types

typedef long subject_type
 

Static Public Member Functions

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

Member Typedef Documentation

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

Member Function Documentation

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

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