Handbook
Glossary
postgresql-result-ok? ( res -- ? )
Vocabulary
db
.
postgresql
.
lib
Inputs
res
an
object
Outputs
?
an
object
Definition
USING:
arrays
db.postgresql.ffi
kernel
sequences
;
IN:
db.postgresql.lib
:
postgresql-result-ok?
( res -- ? )
[
postgresql-result-null
]
unless*
PQresultStatus
PGRES_COMMAND_OK
PGRES_TUPLES_OK
2array
member?
;