MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _init_statement

Method _init_statement

lib/sqlalchemy/engine/interfaces.py:3108–3117  ·  view source on GitHub ↗
(
        cls,
        dialect: Dialect,
        connection: Connection,
        dbapi_connection: PoolProxiedConnection,
        execution_options: _ExecuteOptions,
        statement: str,
        parameters: _DBAPIMultiExecuteParams,
    )

Source from the content-addressed store, hash-verified

3106
3107 @classmethod
3108 def _init_statement(
3109 cls,
3110 dialect: Dialect,
3111 connection: Connection,
3112 dbapi_connection: PoolProxiedConnection,
3113 execution_options: _ExecuteOptions,
3114 statement: str,
3115 parameters: _DBAPIMultiExecuteParams,
3116 ) -> ExecutionContext:
3117 raise NotImplementedError()
3118
3119 @classmethod
3120 def _init_default(

Calls

no outgoing calls

Tested by 2

_test_cursor_executeMethod · 0.36