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

String traits for non-const C-style string ("pointer to char") More...

#include <strconv.hxx>

Static Public Member Functions

static bool has_null ()
 
static bool is_null (const char *t)
 
static const char * name ()
 
static const char * null ()
 
static PGSTD::string to_string (char *Obj)
 

Detailed Description

template<>
struct pqxx::string_traits< char * >

String traits for non-const C-style string ("pointer to char")

Member Function Documentation

static bool pqxx::string_traits< char * >::has_null ( )
inlinestatic
static bool pqxx::string_traits< char * >::is_null ( const char *  t)
inlinestatic
static const char* pqxx::string_traits< char * >::name ( )
inlinestatic
static const char* pqxx::string_traits< char * >::null ( )
inlinestatic
static PGSTD::string pqxx::string_traits< char * >::to_string ( char *  Obj)
inlinestatic

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