dpiData_setTimestamp

Function dpiData_setTimestamp 

Source
pub unsafe extern "C" fn dpiData_setTimestamp(
    data: *mut dpiData,
    year: i16,
    month: u8,
    day: u8,
    hour: u8,
    minute: u8,
    second: u8,
    fsecond: u32,
    tzHourOffset: i8,
    tzMinuteOffset: i8,
)
Expand description

Sets the value of the data when the native type is DPI_NATIVE_TYPE_TIMESTAMP.