#include <odbc++/types.h>
Class diagram for odbc::Time:

time_t value.
time_t value of 1970-01-01 at this time.
HH:MM:SS format.
| explicit odbc::Time::Time () |
Constructor.
Sets the time to now.
| odbc::Time::Time (time_t t) |
Constructor.
Sets the time to the specified time_t value.
| odbc::Time::Time (const std::string & str) |
Constructor.
Sets the time to the specified string in the HH:MM:SS format.