#include <datetime.h>
Inheritance diagram for mysqlpp::mysql_date:
Public Methods | |
std::ostream & | out_stream (std::ostream &os) const |
Insert the date into a stream. | |
cchar * | convert (cchar *) |
Parse a MySQL date string into this object. |
|
Insert the date into a stream. The date is inserted into the stream in a format that the MySQL server can accept.
Implements mysqlpp::mysql_dt_base. Reimplemented in mysqlpp::DateTime. |