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