Public Member Functions

ASql::MySQL::TypedConversion< Data::Time > Struct Template Reference

Handle conversion from MYSQL_TIME to Data::Time. More...

#include <mysql.hpp>

Inheritance diagram for ASql::MySQL::TypedConversion< Data::Time >:
ASql::MySQL::TypedConversion< Data::Datetime > ASql::Data::Conversion

List of all members.

Public Member Functions

void convertResult ()
 Convert internal to a Data::Time object pointer to by external.
void convertParam ()
 Convert a Data::Time object pointed to by external to internal.

Detailed Description

template<>
struct ASql::MySQL::TypedConversion< Data::Time >

Handle conversion from MYSQL_TIME to Data::Time.

Definition at line 466 of file mysql.hpp.


Member Function Documentation

void ASql::MySQL::TypedConversion< Data::Time >::convertParam (  ) [virtual]

Convert a Data::Time object pointed to by external to internal.

Reimplemented from ASql::MySQL::TypedConversion< Data::Datetime >.

void ASql::MySQL::TypedConversion< Data::Time >::convertResult (  ) [virtual]

Convert internal to a Data::Time object pointer to by external.

Reimplemented from ASql::MySQL::TypedConversion< Data::Datetime >.


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