17641765176617671768176917701771177217731774
} } } if (opType == OpTypes.NOT_EQUAL) { it = index.firstRow(session, store, 0); } else { it = index.findFirstRowNotNull(session, store); } firstrow = it.getNextRow();
18211822182318241825182618271828182918301831
if (countNulls(data) == data.length) { return null; } it = index.firstRow(session, store, 0); firstrow = it.getNextRow(); firstdata = firstrow.getData(); if (countNulls(firstdata) == data.length) { return null;
289290291292293294295296297298299
break; } } return index.firstRow(this); } public void setAccessor(Index key, CachedObject accessor) { Index index = (Index) key;
28422843284428452846284728482849285028512852
if (index == null) { index = getPrimaryIndex(); } return index.firstRow(session, store); } public RowIterator rowIteratorClustered(PersistentStore store) { Index index = getClusteredIndex();
28532854285528562857285828592860286128622863
if (index == null) { index = getPrimaryIndex(); } return index.firstRow(store); } public void clearAllData(Session session) { super.clearAllData(session);
236237238239240241242243244245246
break; } } return index.firstRow(this); } public abstract void setAccessor(Index key, CachedObject accessor); public abstract void setAccessor(Index key, int accessor);
238239240241242243244245246247248
16001601160216031604160516061607160816091610
if (countNulls(data) == data.length) { return null; } it = index.firstRow(session, store); firstrow = it.getNextRow(); firstdata = firstrow.getData(); if (countNulls(firstdata) == data.length) { return null;
29362937293829392940294129422943294429452946
if (index == null) { index = getPrimaryIndex(); } return index.firstRow(session, store, 0); } public RowIterator rowIteratorClustered(PersistentStore store) { Index index = getClusteredIndex();
29472948294929502951295229532954295529562957