6364656667686970717273
} public CachedObject getNewCachedObject(Session session, Object object, boolean tx) { Row row = new RowDiskDataChange(table, (Object[]) object, this, null); add(session, row, tx); return row; }
7374757677787980818283
} public CachedObject get(RowInputInterface in) { try { return new RowDiskDataChange(session, table, in); } catch (HsqlException e) { return null; } catch (IOException e1) { return null; }
5657585960616263646566