Handbook
Glossary
PQgetlineAsync ( conn buffer bufsize -- int )
Vocabulary
db
.
postgresql
.
ffi
Inputs
conn
an
object
buffer
an
object
bufsize
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
db.postgresql.ffi
LIBRARY:
postgresql
FUNCTION:
int
PQgetlineAsync
( PGconn* conn,
c-string
buffer,
int
bufsize )