Possible values: integer values.
Default value: -1 (means that default max rows is not used).
File: configuration file.
Context: DatabaseManager, Database, table.
The maximum number of rows that can be present in a result set.
You can use methods from Query class to access this parameter value for one query:
public void setMaxRows( int maxRows )
public int getMaxRows()