JDBCCMPFieldBridge field = loadIter.next();
// ref must be reset to null before load
ref[0] = null;
// load the result of the field
index = field.loadArgumentResults(rs, index, ref);
// cache the field value
readAheadCache.addPreloadData(pk, field, ref[0]);
}
}