odbc::Date Class Reference

An SQL DATE. More...

#include <types.h>

Inheritance diagram for odbc::Date:

odbc::Timestamp

List of all members.

Public Member Functions


Detailed Description

An SQL DATE.

Constructor & Destructor Documentation

odbc::Date::Date (  )  [explicit]

Constructor.

Sets this date to today.

odbc::Date::Date ( std::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 libodbc++ homepage