7.12. ODPI-C Structure dpiIntervalDS

This structure is used for passing interval (days to seconds) data to and from the database in the structure dpiData.

int32_t dpiIntervalDS.days

Specifies the number of days in the interval.

int32_t dpiIntervalDS.hours

Specifies the number of hours in the interval.

int32_t dpiIntervalDS.minutes

Specifies the number of minutes in the interval.

int32_t dpiIntervalDS.seconds

Specifies the number of seconds in the interval.

int32_t dpiIntervalDS.fseconds

Specifies the number of fractional seconds in the interval (in nanoseconds).