MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _create_update_prefetch_bind_param

Function _create_update_prefetch_bind_param

lib/sqlalchemy/sql/crud.py:1362–1367  ·  view source on GitHub ↗
(
    compiler: SQLCompiler,
    c: ColumnElement[Any],
    process: Literal[True] = ...,
    **kw: Any,
)

Source from the content-addressed store, hash-verified

1360
1361@overload
1362def _create_update_prefetch_bind_param(
1363 compiler: SQLCompiler,
1364 c: ColumnElement[Any],
1365 process: Literal[True] = ...,
1366 **kw: Any,
1367) -> str: ...
1368
1369
1370@overload

Callers 2

_append_param_updateFunction · 0.85

Calls 2

_create_bind_paramFunction · 0.85
appendMethod · 0.45

Tested by

no test coverage detected