dstruct-orm ~master (2020-11-07T09:45:15Z)
Home
Dub
Repo
PGresAttDesc
derelict
pq
types
Undocumented in source.
struct
PGresAttDesc {
char
*
name
;
Oid
tableid
;
int
columnid
;
int
format
;
Oid
typid
;
int
typlen
;
int
atttypmod
;
}
Members
Variables
atttypmod
int
atttypmod
;
Undocumented in source.
columnid
int
columnid
;
Undocumented in source.
format
int
format
;
Undocumented in source.
name
char
*
name
;
Undocumented in source.
tableid
Oid
tableid
;
Undocumented in source.
typid
Oid
typid
;
Undocumented in source.
typlen
int
typlen
;
Undocumented in source.
Meta
Source
See Implementation
derelict
pq
types
aliases
ConnStatusType
ExecStatusType
Oid
PGContextVisibility
PGEventId
PGEventProc
PGPing
PGTransactionStatusType
PGVerbosity
PQnoticeProcessor
PQnoticeReceiver
PostgresPollingStatusType
pg_int64
pgthreadlock_t
pqbool
enums
CONNECTION_OK
PGEVT_REGISTER
PGRES_EMPTY_QUERY
PGRES_POLLING_FAILED
PG_COPYRES_ATTRS
PG_DIAG_SEVERITY
PQERRORS_TERSE
PQPING_OK
PQSHOW_CONTEXT_NEVER
PQTRANS_IDLE
structs
PGEventResultCreate
PGcancel
PGconn
PGnotify
PGresAttDesc
PGresult
PQArgBlock
PQconninfoOption
PQprintOpt
Undocumented in source.