Home
last modified time | relevance | path

Searched refs:PGconn_struct (Results 1 – 2 of 2) sorted by relevance

/dports/databases/py-psycopg/psycopg-3.0.5/psycopg/pq/
H A D_pq_ctypes.py42 class PGconn_struct(Structure): class
86 PGconn_ptr = POINTER(PGconn_struct)
180 def PQhostaddr(pgconn: PGconn_struct) -> bytes: argument
572 pgconn: PGconn_struct, passwd: bytes, user: bytes, algorithm: bytes argument
630 def PQpipelineStatus(pgconn: PGconn_struct) -> int: argument
639 def PQenterPipelineMode(pgconn: PGconn_struct) -> int: argument
648 def PQexitPipelineMode(pgconn: PGconn_struct) -> int: argument
657 def PQpipelineSync(pgconn: PGconn_struct) -> int: argument
666 def PQsendFlushRequest(pgconn: PGconn_struct) -> int: argument
H A Dpq_ctypes.py76 def __init__(self, pgconn_ptr: impl.PGconn_struct): argument
77 self._pgconn_ptr: Optional[impl.PGconn_struct] = pgconn_ptr
679 self, func: Callable[[impl.PGconn_struct], Optional[bytes]] argument
690 def _call_int(self, func: Callable[[impl.PGconn_struct], int]) -> int: argument
698 def _call_bool(self, func: Callable[[impl.PGconn_struct], int]) -> bool: argument