Handbook
Glossary
PQdisplayTuples ( res fp fillAlign fieldSep printHeader quiet -- )
Vocabulary
db
.
postgresql
.
ffi
Inputs
res
an
object
fp
an
object
fillAlign
an
object
fieldSep
an
object
printHeader
an
object
quiet
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
db.postgresql.ffi
LIBRARY:
postgresql
FUNCTION:
void
PQdisplayTuples
( PGresult* res, FILE* fp,
int
fillAlign,
c-string
fieldSep,
int
printHeader,
int
quiet )