pub unsafe extern "C" fn dpiConn_prepareStmt(
conn: *mut dpiConn,
scrollable: c_int,
sql: *const c_char,
sqlLength: u32,
tag: *const c_char,
tagLength: u32,
stmt: *mut *mut dpiStmt,
) -> c_intExpand description
Returns a reference to a statement prepared for execution. The reference should be released as soon as it is no longer needed.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.