p = (BasePage)(getContainer().getPage(getPageId().getPageNumber()));
// skip over the before and after image of the column, position the
// input stream at the entire row
p.skipField(in); // AI of the column
p.skipField(in); // BI of the column
p.restoreRecordFromStream(in, row);
// RESOLVE: this returns the BI of the row, what we need is the AI
// of the row. We need to someone splice in the AI of the column