|
OCILIB (C and C++ Driver for Oracle)
4.0.0
|
This is the complete list of members for ocilib::Timestamp, including all inherited members.
| Clone() const | ocilib::Timestamp | inline |
| Convert(const Timestamp &other) | ocilib::Timestamp | inline |
| FromString(const ostring &data, const ostring &format=OCI_STRING_FORMAT_DATE) | ocilib::Timestamp | inline |
| GetDate(int &year, int &month, int &day) const | ocilib::Timestamp | inline |
| GetDateTime(int &year, int &month, int &day, int &hour, int &min, int &sec, int &fsec) const | ocilib::Timestamp | inline |
| GetDay() const | ocilib::Timestamp | inline |
| GetHours() const | ocilib::Timestamp | inline |
| GetMilliSeconds() const | ocilib::Timestamp | inline |
| GetMinutes() const | ocilib::Timestamp | inline |
| GetMonth() const | ocilib::Timestamp | inline |
| GetSeconds() const | ocilib::Timestamp | inline |
| GetTime(int &hour, int &min, int &sec, int &fsec) const | ocilib::Timestamp | inline |
| GetTimeZone() const | ocilib::Timestamp | inline |
| GetTimeZoneOffset(int &hour, int &min) const | ocilib::Timestamp | inline |
| GetType() const | ocilib::Timestamp | inline |
| GetYear() const | ocilib::Timestamp | inline |
| IsValid() const | ocilib::Timestamp | inline |
| NoTimeZone enum value | ocilib::Timestamp | |
| operator ostring() const | ocilib::Timestamp | inline |
| operator!=(const Timestamp &other) const | ocilib::Timestamp | inline |
| operator+(int value) | ocilib::Timestamp | inline |
| operator+(const Interval &other) | ocilib::Timestamp | inline |
| operator++() | ocilib::Timestamp | inline |
| operator++(int) | ocilib::Timestamp | inline |
| operator+=(int value) | ocilib::Timestamp | inline |
| operator+=(const Interval &other) | ocilib::Timestamp | inline |
| operator-(int value) | ocilib::Timestamp | inline |
| operator-(const Timestamp &other) | ocilib::Timestamp | inline |
| operator-(const Interval &other) | ocilib::Timestamp | inline |
| operator--() | ocilib::Timestamp | inline |
| operator--(int) | ocilib::Timestamp | inline |
| operator-=(int value) | ocilib::Timestamp | inline |
| operator-=(const Interval &other) | ocilib::Timestamp | inline |
| operator<(const Timestamp &other) const | ocilib::Timestamp | inline |
| operator<=(const Timestamp &other) const | ocilib::Timestamp | inline |
| operator==(const Timestamp &other) const | ocilib::Timestamp | inline |
| operator>(const Timestamp &other) const | ocilib::Timestamp | inline |
| operator>=(const Timestamp &other) const | ocilib::Timestamp | inline |
| SetDate(int year, int month, int day) | ocilib::Timestamp | inline |
| SetDateTime(int year, int month, int day, int hour, int min, int sec, int fsec, const ostring &timeZone=OTEXT("")) | ocilib::Timestamp | inline |
| SetDay(int value) | ocilib::Timestamp | inline |
| SetHours(int value) | ocilib::Timestamp | inline |
| SetMilliSeconds(int value) | ocilib::Timestamp | inline |
| SetMinutes(int value) | ocilib::Timestamp | inline |
| SetMonth(int value) | ocilib::Timestamp | inline |
| SetSeconds(int value) | ocilib::Timestamp | inline |
| SetTime(int hour, int min, int sec, int fsec) | ocilib::Timestamp | inline |
| SetTimeZone(const ostring &timeZone) | ocilib::Timestamp | inline |
| SetYear(int value) | ocilib::Timestamp | inline |
| SysTimestamp() | ocilib::Timestamp | inline |
| TimestampType typedef | ocilib::Timestamp | |
| TimestampTypeValues enum name | ocilib::Timestamp | |
| ToString(const ostring &format=OCI_STRING_FORMAT_DATE, int precision=0) const | ocilib::Timestamp | inline |
| WithLocalTimeZone enum value | ocilib::Timestamp | |
| WithTimeZone enum value | ocilib::Timestamp |