odpic_sys

Function dpiStmt_bindValueByPos

Source
pub unsafe extern "C" fn dpiStmt_bindValueByPos(
    stmt: *mut dpiStmt,
    pos: u32,
    nativeTypeNum: dpiNativeTypeNum,
    data: *mut dpiData,
) -> c_int