Handbook
Glossary
PQescapeString ( to from length -- size_t )
Vocabulary
db
.
postgresql
.
ffi
Inputs
to
an
object
from
an
object
length
an
object
Outputs
size_t
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
db.postgresql.ffi
LIBRARY:
postgresql
FUNCTION:
size_t
PQescapeString
( void* to,
c-string
from,
size_t
length )