BufferedCursor Reference

class pyqldb.cursor.buffered_cursor.BufferedCursor(cursor)[source]

Implementation of a cursor which buffers all values in memory, rather than stream them from QLDB during retrieval.

Parameters

cursor (pyqldb.cursor.stream_cursor.StreamCursor) – The cursor object to iterate through results and place into memory.