Main Page   Namespace List   Class Hierarchy   Compound List   Header Files   Namespace Members   Compound Members  

odbc::Timestamp Class Reference

An SQL TIMESTAMP. More...

#include <odbc++/types.h>

Class diagram for odbc::Timestamp:

odbc::Time odbc::Date

List of all members.

Public Members


Detailed Description

An SQL TIMESTAMP.


Member Function Documentation

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


The documentation for this class was generated from the following file:
Go back to the freeodbc++ homepage