Cursor Object — ceODBC 3.0.0 documentation
ceodbc.readthedocs.io › en › latestCursor Object. Cursor.arraysize ¶. This read-write attribute specifies the number of rows to fetch at a time internally and is the default number of rows to fetch with the fetchmany () call. It defaults to 1 meaning to fetch a single row at a time. Note that this attribute can drastically affect the performance of a query since it directly ...