dstruct-orm ~master (2020-11-07T09:45:15Z)
Home
Dub
Repo
PQprintOpt
derelict
pq
types
Undocumented in source.
struct
PQprintOpt {
pqbool
header
;
pqbool
aligment
;
pqbool
standard
;
pqbool
html3
;
pqbool
expander
;
pqbool
pager
;
char
*
fieldSep
;
char
*
tableOpt
;
char
*
caption
;
char
**
fieldName
;
}
Members
Variables
aligment
pqbool
aligment
;
Undocumented in source.
caption
char
*
caption
;
Undocumented in source.
expander
pqbool
expander
;
Undocumented in source.
fieldName
char
**
fieldName
;
Undocumented in source.
fieldSep
char
*
fieldSep
;
Undocumented in source.
header
pqbool
header
;
Undocumented in source.
html3
pqbool
html3
;
Undocumented in source.
pager
pqbool
pager
;
Undocumented in source.
standard
pqbool
standard
;
Undocumented in source.
tableOpt
char
*
tableOpt
;
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.