MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / fetchmany

Method fetchmany

lib/sqlalchemy/engine/cursor.py:1104–1110  ·  view source on GitHub ↗
(
        self,
        result: CursorResult[Unpack[TupleAny]],
        dbapi_cursor: DBAPICursor,
        size: Optional[int] = None,
    )

Source from the content-addressed store, hash-verified

1102 raise NotImplementedError()
1103
1104 def fetchmany(
1105 self,
1106 result: CursorResult[Unpack[TupleAny]],
1107 dbapi_cursor: DBAPICursor,
1108 size: Optional[int] = None,
1109 ) -> Any:
1110 raise NotImplementedError()
1111
1112 def fetchall(
1113 self,

Callers 5

fetchmanyMethod · 0.45
__init__Method · 0.45
_buffer_rowsMethod · 0.45
fetchmanyMethod · 0.45
_fetchmany_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected