Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members  

odbc::Date Class Reference

An SQL DATE. More...

#include <types.h>

Inheritance diagram for odbc::Date::

odbc::Timestamp List of all members.

Public Methods


Detailed Description

An SQL DATE.


Constructor & Destructor Documentation

odbc::Date::Date   [explicit]
 

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