Home
last modified time | relevance | path

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

/dports/databases/py-psycopg/psycopg-3.0.5/psycopg/pq/
H A D_pq_ctypes.py74 class PGresAttDesc_struct(Structure): class
91 PGresAttDesc_ptr = POINTER(PGresAttDesc_struct)
H A Dpq_ctypes.py831 impl.PGresAttDesc_struct(*desc) # type: ignore
834 array = (impl.PGresAttDesc_struct * len(structs))(*structs) # type: ignore