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

#include <strconv.hxx>

Public Types

typedef bool subject_type
 

Static Public Member Functions

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

Member Typedef Documentation

typedef bool pqxx::string_traits< bool >::subject_type

Member Function Documentation

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

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