Handbook
Glossary
lo_read ( conn fd buf len -- int )
Vocabulary
db
.
postgresql
.
ffi
Inputs
conn
an
object
fd
an
object
buf
an
object
len
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
db.postgresql.ffi
LIBRARY:
postgresql
FUNCTION:
int
lo_read
( PGconn* conn,
int
fd,
c-string
buf,
size_t
len )