klyn.databases.sql.postgresql.PostgreSQLResultSet.fetchSize
property
public property fetchSize as Int:
Description

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)