|
OCIDateAddDays() |
Adds or subtracts days |
|
OCIDateAddMonths() |
Adds or subtracts months |
|
OCIDateAssign() |
Assigns date |
|
OCIDateCheck() |
Checks if the given date is valid |
|
OCIDateCompare() |
Compares dates |
|
OCIDateDaysBetween() |
Gets number of days between two dates |
|
OCIDateFromText() |
Converts string to date |
|
OCIDateGetDate() |
Gets the date portion of a date |
|
OCIDateGetTime() |
Gets the time portion of a date |
|
OCIDateLastDay() |
Gets date of last day of month |
|
OCIDateNextDay() |
Gets date of next day |
|
OCIDateSetDate() |
Sets the date portion of a date |
|
OCIDateSetTime() |
Sets the time portion of a date |
|
OCIDateSysDate() |
Gets current system date and time |
|
OCIDateToText() |
Converts date to string |
|
OCIDateTimeAssign() |
Performs datetime assignment |
|
OCIDateTimeCheck() |
Checks if the given date is valid |
|
OCIDateTimeCompare() |
Compares two datetime values |
|
OCIDateTimeConstruct() |
Constructs a datetime descriptor |
|
OCIDateTimeConvert() |
Converts one datetime type to another |
|
OCIDateTimeFromArray() |
Converts an array of size OCI_DT_ARRAYLEN to an OCIDateTime descriptor |
|
OCIDateTimeFromText() |
Converts the given string to Oracle datetime type in the OCIDateTime descriptor, according to the specified format |
|
OCIDateTimeGetDate() |
Gets the date (year, month, day) portion of a datetime value |
|
OCIDateTimeGetTime() |
Gets the time (hour, min, second, fractional second) out of a datetime value |
|
OCIDateTimeGetTimeZoneName() |
Gets the time zone name portion of a datetime value |
|
OCIDateTimeGetTimeZoneOffset() |
Gets the time zone (hour, minute) portion of a datetime value |
|
OCIDateTimeIntervalAdd() |
Adds an interval to a datetime to produce a resulting datetime |
|
OCIDateTimeIntervalSub() |
Subtracts an interval from a datetime and stores the result in a datetime |
|
OCIDateTimeSubtract() |
Takes two datetimes as input and stores their difference in an interval |
|
OCIDateTimeSysTimeStamp() |
Gets the system current date and time as a timestamp with time zone |
|
OCIDateTimeToArray() |
Converts a OCIDateTime descriptor to an array |
|
OCIDateTimeToText() |
Converts the given date to a string according to the specified format |
|
OCIDateZoneToZone() |
Converts date from one time zone to another zone |
|
OCIIntervalAdd() |
Adds two intervals to produce a resulting interval |
|
OCIIntervalAssign() |
Copies one interval to another |
|
OCIIntervalCheck() |
Checks the validity of an interval |
|
OCIIntervalCompare() |
Compares two intervals |
|
OCIIntervalDivide() |
Divides an interval by an Oracle Number to produce an interval |
|
OCIIntervalFromNumber() |
Converts an Oracle Number to an interval |
|
OCIIntervalFromText() |
Given an interval string, returns the interval represented by the string |
|
OCIIntervalFromTZ() |
Returns an OCI_DTYPE_INTERVAL_DS. |
|
OCIIntervalGetDaySecond() |
Gets values of day and second from an interval |
|
OCIIntervalGetYearMonth() |
Gets year and month from an interval |
|
OCIIntervalMultiply() |
Multiplies an interval by an Oracle Number to produce an interval |
|
OCIIntervalSetDaySecond() |
Sets day and second in an interval |
|
OCIIntervalSetYearMonth() |
Sets year and month in an interval |
|
OCIIntervalSubtract() |
Subtracts two intervals and stores the result in an interval |
|
OCIIntervalToNumber() |
Converts an interval to an Oracle Number |
|
OCIIntervalToText() |
Given an interval, produces a string representing the interval |