dpiVar_setFromStmt

Function dpiVar_setFromStmt 

Source
pub unsafe extern "C" fn dpiVar_setFromStmt(
    var: *mut dpiVar,
    pos: u32,
    stmt: *mut dpiStmt,
) -> c_int
Expand description

Sets the variable value to the specified statement.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.