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

#include <strconv.hxx>

Public Types

typedef int subject_type
 

Static Public Member Functions

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

Member Typedef Documentation

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

Member Function Documentation

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

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