pub unsafe extern "C" fn dpiStmt_close(
stmt: *mut dpiStmt,
tag: *const c_char,
tagLength: u32,
) -> c_intExpand description
Closes the statement and makes it unusable for further work immediately, rather than when the reference count reaches zero.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.