MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / fetchall

Method fetchall

lib/sqlalchemy/engine/cursor.py:1112–1117  ·  view source on GitHub ↗
(
        self,
        result: CursorResult[Unpack[TupleAny]],
        dbapi_cursor: DBAPICursor,
    )

Source from the content-addressed store, hash-verified

1110 raise NotImplementedError()
1111
1112 def fetchall(
1113 self,
1114 result: CursorResult[Unpack[TupleAny]],
1115 dbapi_cursor: DBAPICursor,
1116 ) -> Any:
1117 raise NotImplementedError()
1118
1119 def handle_exception(
1120 self,

Callers 5

fetchallMethod · 0.45
_buffer_rowsMethod · 0.45
fetchallMethod · 0.45
__init__Method · 0.45
_fetchall_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected