public property fetchSize as Int:
Gets or sets the preferred number of rows fetched at once. Negative values are normalized to zero, which means no explicit hint.
result.fetchSize = 100 print(result.fetchSize)