Handbook
Glossary
PQprintTuples ( res fout printAttName terseOutput width -- )
Vocabulary
db
.
postgresql
.
ffi
Inputs
res
an
object
fout
an
object
printAttName
an
object
terseOutput
an
object
width
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
db.postgresql.ffi
LIBRARY:
postgresql
FUNCTION:
void
PQprintTuples
( PGresult* res, FILE* fout,
int
printAttName,
int
terseOutput,
int
width )