/* 1047 */ if (this.eagerLoadMask[i] == 0)
/* */ continue;
/* 1049 */ JDBCFieldBridge field = tableFields[i];
/* 1050 */ this.ref[0] = null;
/* */
/* 1053 */ index = field.loadArgumentResults(this.rs, index, this.ref);
/* */
/* 1055 */ if (!addPk)
/* */ continue;
/* 1057 */ selectReadAheadCache.addPreloadData(this.curPk, field, this.ref[0]);
/* */ }