{
logger.debug("Fetching " + fetchSize + " record(s) for result set \"" + resultSetName + "\"; offset: " + (nextResultNum - 1));
checkConnection();
PresentOperation presentProtocolHandler = new PresentOperation(this, resultSetName, nextResultNum, fetchSize);
requestResponse(presentProtocolHandler);
return presentProtocolHandler.getRecords();
}