pub unsafe extern "C" fn dpiStmt_getBindNames(
stmt: *mut dpiStmt,
numBindNames: *mut u32,
bindNames: *mut *const c_char,
bindNameLengths: *mut u32,
) -> c_intExpand description
Returns the names of the unique bind variables in the prepared statement.
The function returns DPI_SUCCESS for success and DPI_FAILURE for failure.