Handbook
Glossary
PQfn ( conn fnid result_buf result_len result_is_int args nargs -- PGresult* )
Vocabulary
db
.
postgresql
.
ffi
Inputs
conn
an
object
fnid
an
object
result_buf
an
object
result_len
an
object
result_is_int
an
object
args
an
object
nargs
an
object
Outputs
PGresult*
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
db.postgresql.ffi
LIBRARY:
postgresql
FUNCTION:
PGresult*
PQfn
( PGconn* conn,
int
fnid, int* result_buf, int* result_len,
int
result_is_int, PQArgBlock* args,
int
nargs )