libodbc++  0.2.5
odbc::Date Member List

This is the complete list of members for odbc::Date, including all inherited members.

Date(int year, int month, int day)odbc::Date
Date()odbc::Dateexplicit
Date(std::time_t t)odbc::Date
Date(const std::string &str)odbc::Date
Date(const Date &d)odbc::Date
getDay() const odbc::Date
getMonth() const odbc::Date
getTime() const odbc::Date
getYear() const odbc::Date
operator=(const Date &d)odbc::Date
parse(const std::string &str)odbc::Date
setDay(int day)odbc::Date
setMonth(int month)odbc::Date
setTime(std::time_t t)odbc::Datevirtual
setYear(int year)odbc::Date
toString() const odbc::Datevirtual
~Date()odbc::Datevirtual

Go back to the libodbc++ homepage