pub unsafe extern "C" fn dpiStmt_execute(
stmt: *mut dpiStmt,
mode: dpiExecMode,
numQueryColumns: *mut u32,
) -> c_intExpand description
Executes the statement using the bound values. For queries this makes
available metadata which can be acquired using the function
dpiStmt_getQueryInfo(). For non-queries, out and in-out variables
are populated with their values.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.