29472948294929502951295229532954295529562957
if (index == null) { index = getPrimaryIndex(); } return index.firstRow(store); } public void clearAllData(Session session) { super.clearAllData(session);
13741375137613771378137913801381138213831384
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;