hce-node application  1.4.3
HCE Hierarchical Cluster Engine node application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Poco::Data::TypeHandler< Object > Class Template Reference

#include <TypeHandler.h>

Static Public Member Functions

static std::size_t size ()
static void bind (std::size_t pos, const Object &person, AbstractBinder *pBinder, AbstractBinder::Direction dir)
static void extract (std::size_t pos, Object &person, const Object &deflt, AbstractExtractor *pExtr)
static void prepare (std::size_t pos, const Object &person, AbstractPreparator *pPrep)

Detailed Description

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

Definition at line 39 of file TypeHandler.h.

Member Function Documentation

static void Poco::Data::TypeHandler< Object >::bind ( std::size_t  pos,
const Object person,
AbstractBinder *  pBinder,
AbstractBinder::Direction  dir 
)
inlinestatic

Definition at line 46 of file TypeHandler.h.

static void Poco::Data::TypeHandler< Object >::extract ( std::size_t  pos,
Object person,
const Object deflt,
AbstractExtractor *  pExtr 
)
inlinestatic

Definition at line 52 of file TypeHandler.h.

static void Poco::Data::TypeHandler< Object >::prepare ( std::size_t  pos,
const Object person,
AbstractPreparator *  pPrep 
)
inlinestatic

Definition at line 58 of file TypeHandler.h.

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

Definition at line 41 of file TypeHandler.h.


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