MCPcopy
hub / github.com/psycopg/psycopg / send_query

Method send_query

psycopg/psycopg/pq/abc.py:117–117  ·  view source on GitHub ↗
(self, command: bytes)

Source from the content-addressed store, hash-verified

115 def exec_(self, command: bytes) -> PGresult: ...
116
117 def send_query(self, command: bytes) -> None: ...
118
119 def exec_params(
120 self,

Callers 3

_execute_sendMethod · 0.45
_exec_commandMethod · 0.45
_execute_sendMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected