dpiStmt_getLastRowid

Function dpiStmt_getLastRowid 

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

Returns the rowid of the last row that was affected by the statement.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.