return maxRows != null || ( firstRow != null && firstRow.intValue() <= 0 );
return fetchSize;
return firstRow;
return maxRows;
return timeout;
this.fetchSize = fetchSize;
this.firstRow = firstRow;
this.maxRows = maxRows;
this.timeout = timeout;