[−][src]Function ejdb_sys::ejdbqresultbsondata
pub unsafe extern "C" fn ejdbqresultbsondata(
qr: EJQRESULT,
pos: c_int,
size: *mut c_int
) -> *const c_void
Gets the pointer of query result BSON data buffer at the specified position pos.
If qr is NULL or idx is put of index range then the NULL pointer will be returned.
@param qr Query result set object.
@param pos Zero based position of the record.