klyn.databases.sql.postgresql.PostgreSQLResultSet.fetchDirection
property
public property fetchDirection as FetchDirection:
Description

Gets or sets the preferred direction used while fetching rows.

result.fetchDirection = FetchDirection.FORWARD
print(result.fetchDirection)