BAMQuery.maxRows

Int

maxRows indicates the maximum quantity of records that the sql query retrieves. This means that although the query generates 1000 records, the result set will only contain "maxRows" records. It is way to limitate the quantity of records that the query returns. It is NOT related to the "fetchSize" attribute. Default value: 0, returns all the records affected by the query.