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