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

#include <strconv.hxx>

Public Types

typedef short subject_type
 

Static Public Member Functions

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

Member Typedef Documentation

typedef short pqxx::string_traits< short >::subject_type

Member Function Documentation

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

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