pub unsafe extern "C" fn dpiStmt_getQueryInfo(
stmt: *mut dpiStmt,
pos: u32,
info: *mut dpiQueryInfo,
) -> c_intExpand description
Returns information about the column that is being queried.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.