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