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