dpiStmt_addRef

Function dpiStmt_addRef 

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

Adds a reference to the statement. This is intended for situations where a reference to the statement needs to be maintained independently of the reference returned when the statement was created.

The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.