Possible values: integer values.
Default value: -1 (means that default fetch size is not used).
File: configuration file.
Context: DatabaseManager, Database, table.
Fetch size gives the JDBC driver a hint to the number of rows that should be fetched from the database when more rows are needed.
You can use methods from Query class to access this parameter value for one query:
public void set_FetchSize (int iCurrentFetchSizeIn)
public int get_FetchSize()