@@ -144,7 +144,6 @@ def PQdb(arg1: Optional[PGconn_struct]) -> Optional[bytes]: ...
144
144
def PQuser (arg1 : Optional [PGconn_struct ]) -> Optional [bytes ]: ...
145
145
def PQpass (arg1 : Optional [PGconn_struct ]) -> Optional [bytes ]: ...
146
146
def PQhost (arg1 : Optional [PGconn_struct ]) -> Optional [bytes ]: ...
147
- def _PQhostaddr (arg1 : Optional [PGconn_struct ]) -> Optional [bytes ]: ...
148
147
def PQport (arg1 : Optional [PGconn_struct ]) -> Optional [bytes ]: ...
149
148
def PQtty (arg1 : Optional [PGconn_struct ]) -> Optional [bytes ]: ...
150
149
def PQoptions (arg1 : Optional [PGconn_struct ]) -> Optional [bytes ]: ...
@@ -204,16 +203,9 @@ def PQsetSingleRowMode(arg1: Optional[PGconn_struct]) -> int: ...
204
203
def PQgetCancel (arg1 : Optional [PGconn_struct ]) -> PGcancel_struct : ...
205
204
def PQfreeCancel (arg1 : Optional [PGcancel_struct ]) -> None : ...
206
205
def PQputCopyData (arg1 : Optional [PGconn_struct ], arg2 : bytes , arg3 : int ) -> int : ...
207
- def _PQsetTraceFlags (arg1 : Optional [PGconn_struct ], arg2 : int ) -> None : ...
208
206
def PQuntrace (arg1 : Optional [PGconn_struct ]) -> None : ...
209
207
def PQfreemem (arg1 : Any ) -> None : ...
210
- def _PQencryptPasswordConn (arg1 : Optional [PGconn_struct ], arg2 : bytes , arg3 : bytes , arg4 : bytes ) -> Optional [bytes ]: ...
211
208
def PQmakeEmptyPGresult (arg1 : Optional [PGconn_struct ], arg2 : int ) -> PGresult_struct : ...
212
- def _PQpipelineStatus (arg1 : Optional [PGconn_struct ]) -> int : ...
213
- def _PQenterPipelineMode (arg1 : Optional [PGconn_struct ]) -> int : ...
214
- def _PQexitPipelineMode (arg1 : Optional [PGconn_struct ]) -> int : ...
215
- def _PQpipelineSync (arg1 : Optional [PGconn_struct ]) -> int : ...
216
- def _PQsendFlushRequest (arg1 : Optional [PGconn_struct ]) -> int : ...
217
209
def PQinitOpenSSL (arg1 : int , arg2 : int ) -> None : ...
218
210
# autogenerated: end
219
211
# fmt: on
0 commit comments