}
}
System.out.println("looping done");
ps.executeBatch(); // insert remaining records
if (!bypassPaginationCheck && PropertiesFetcher.doubtfullResultSet(count)) {
PossiblyNeedPaging pagingException = new PossiblyNeedPaging();
pagingException.setQueryCount(count);
throw pagingException;
}
}