dpiStmt_getImplicitResult

Function dpiStmt_getImplicitResult 

Source
pub unsafe extern "C" fn dpiStmt_getImplicitResult(
    stmt: *mut dpiStmt,
    implicitResult: *mut *mut dpiStmt,
) -> c_int
Expand description

Returns the next implicit result available from the last execution of the statement. Implicit results are only available when both the client and server are 12.1 or higher.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.