Date(int year, int month, int day) | odbc::Date | |
Date() | odbc::Date | [explicit] |
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::Date | [virtual] |
setYear(int year) | odbc::Date | |
toString() const | odbc::Date | [virtual] |
~Date() | odbc::Date | [virtual] |