BasePage dpage = (BasePage)destPage;
// make sure they are from the same container - this means they are of
// the same size and have the same page and record format.
PageKey pageId = getPageId(); // RESOLVE: MT problem ?
if (!pageId.getContainerId().equals(dpage.getPageId().getContainerId()))
{
throw StandardException.newException(
SQLState.DATA_DIFFERENT_CONTAINER,
pageId.getContainerId(),
dpage.getPageId().getContainerId());
}
int[] recordIds = new int[num_rows];