pub unsafe extern "C" fn dpiStmt_getLastRowid(
stmt: *mut dpiStmt,
rowid: *mut *mut dpiRowid,
) -> c_intExpand 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.