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

time_t value.
YYYY-MM-DD HH:MM:SS[.NNN...] format.
| explicit odbc::Timestamp::Timestamp () |
Constructor.
Sets the timestamp to now.
| odbc::Timestamp::Timestamp (time_t t) |
Constructor.
Sets this timestamp to the specified time_t value.
| odbc::Timestamp::Timestamp (const std::string & s) |
Constructor.
Sets this timestamp from a YYYY-MM-DD HH:MM:SS[.NNN...] format