Handle conversion from MYSQL_TIME to Data::Date. More...
#include <mysql.hpp>
Public Member Functions | |
void | convertResult () |
Convert internal to a Data::Date object pointer to by external. | |
void | convertParam () |
Convert a Data::Time object pointed to by external to internal. |
Handle conversion from MYSQL_TIME to Data::Date.
Definition at line 451 of file mysql.hpp.
void ASql::MySQL::TypedConversion< Data::Date >::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::Date >::convertResult | ( | ) | [virtual] |
Convert internal to a Data::Date object pointer to by external.
Reimplemented from ASql::MySQL::TypedConversion< Data::Datetime >.