MCPcopy Create free account
hub / github.com/zzzeek/sqlalchemy / pre_exec

Method pre_exec

lib/sqlalchemy/dialects/oracle/base.py:2078–2083  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2076 )
2077
2078 def pre_exec(self):
2079 if self.statement and "_oracle_dblink" in self.execution_options:
2080 self.statement = self.statement.replace(
2081 dictionary.DB_LINK_PLACEHOLDER,
2082 self.execution_options["_oracle_dblink"],
2083 )
2084
2085
2086class OracleDialect(default._BackendsMultiReflection, default.DefaultDialect):

Callers

nothing calls this directly

Calls 1

replaceMethod · 0.45

Tested by

no test coverage detected