HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Poco::Data::TypeHandler< Person > Class Template Reference

#include <Person.h>

Static Public Member Functions

static void bind (std::size_t pos, const Person &obj, Poco::Data::AbstractBinder *pBinder)
static void prepare (std::size_t pos, const Person &obj, Poco::Data::AbstractPreparation *pPrepare)
static std::size_t size ()
static void extract (std::size_t pos, Person &obj, const Person &defVal, Poco::Data::AbstractExtractor *pExt)

Detailed Description

template<>
class Poco::Data::TypeHandler< Person >

Definition at line 34 of file Person.h.

Member Function Documentation

static void Poco::Data::TypeHandler< Person >::bind ( std::size_t  pos,
const Person obj,
Poco::Data::AbstractBinder *  pBinder 
)
inlinestatic

Definition at line 37 of file Person.h.

static void Poco::Data::TypeHandler< Person >::extract ( std::size_t  pos,
Person obj,
const Person defVal,
Poco::Data::AbstractExtractor *  pExt 
)
inlinestatic

Definition at line 58 of file Person.h.

static void Poco::Data::TypeHandler< Person >::prepare ( std::size_t  pos,
const Person obj,
Poco::Data::AbstractPreparation *  pPrepare 
)
inlinestatic

Definition at line 45 of file Person.h.

static std::size_t Poco::Data::TypeHandler< Person >::size ( )
inlinestatic

Definition at line 53 of file Person.h.


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