#include <datetime.h>
Inheritance diagram for mysqlpp::DateTime:
Public Methods | |
std::ostream & | out_stream (std::ostream &os) const |
Insert the date and time into a stream. | |
cchar * | convert (cchar *) |
Parse a MySQL date and time string into this object. |
Objects of this class can be inserted into streams, and initialized from a stream.
|
Insert the date and time into a stream. The date and time are inserted into the stream, in that order, with a space between them.
Reimplemented from mysqlpp::mysql_date. |