Handle conversion from MYSQL_TIME to Data::Time. More...
#include <mysql.hpp>
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. |
Handle conversion from MYSQL_TIME to Data::Time.
Definition at line 466 of file mysql.hpp.
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 >.