Handle retrieval and code conversion of utf-8 textual data. More...
#include <mysql.hpp>
Public Member Functions | |
TypedConversion (int column_, MYSQL_STMT *const &statement_, void *&buffer_) | |
void | convertResult () |
Retrieve the result and code convert it to a Data::Wtext pointed to by external. | |
void | convertParam () |
Code convert the Data::Wtext pointed to by external into buffer. | |
Private Attributes | |
std::vector< char > | inputBuffer |
Conversion buffer. |
Handle retrieval and code conversion of utf-8 textual data.
Definition at line 481 of file mysql.hpp.
ASql::MySQL::TypedConversion< Data::Wtext >::TypedConversion | ( | int | column_, |
MYSQL_STMT *const & | statement_, | ||
void *& | buffer_ | ||
) | [inline] |
void ASql::MySQL::TypedConversion< Data::Wtext >::convertParam | ( | ) | [virtual] |
Code convert the Data::Wtext pointed to by external into buffer.
Reimplemented from ASql::MySQL::TypedConversion< Data::Blob >.
void ASql::MySQL::TypedConversion< Data::Wtext >::convertResult | ( | ) | [virtual] |
Retrieve the result and code convert it to a Data::Wtext pointed to by external.
Reimplemented from ASql::MySQL::TypedConversion< Data::Blob >.
std::vector<char> ASql::MySQL::TypedConversion< Data::Wtext >::inputBuffer [private] |