MCPcopy
hub / github.com/psycopg/psycopg / send_query_params

Method send_query_params

psycopg/psycopg/pq/abc.py:128–135  ·  view source on GitHub ↗
(
        self,
        command: bytes,
        param_values: Sequence[Buffer | None] | None,
        param_types: Sequence[int] | None = None,
        param_formats: Sequence[int] | None = None,
        result_format: int = Format.TEXT,
    )

Source from the content-addressed store, hash-verified

126 ) -> PGresult: ...
127
128 def send_query_params(
129 self,
130 command: bytes,
131 param_values: Sequence[Buffer | None] | None,
132 param_types: Sequence[int] | None = None,
133 param_formats: Sequence[int] | None = None,
134 result_format: int = Format.TEXT,
135 ) -> None: ...
136
137 def send_prepare(
138 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