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

odbc::Date Class Reference

An SQL DATE. More...

#include <odbc++/types.h>

Class diagram for odbc::Date:

odbc::Timestamp

List of all members.

Public Members


Detailed Description

An SQL DATE.


Member Function Documentation

explicit odbc::Date::Date ()

Constructor.

Sets this date to today.

odbc::Date::Date (time_t t)

Constructor.

Sets this date to the specified time_t value.

odbc::Date::Date (const std::string & str)

Constructor.

Sets this date to the specified string in the YYYY-MM-DD format.


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