Pike programming language

Top Sql Sql.pgsql
➤ Sql.pgsql()->server_info() Sql.pgsql()->set_notify_callback() ➤

Method Sql.pgsql()->set_charset()


Method set_charset

final void set_charset(string charset)

Description

Changes the connection charset. When set to "UTF8", the query, parameters and results can be Pike-native wide strings.

Parameter charset

A PostgreSQL charset name.

See also

get_charset(), create(), https://www.postgresql.org/docs/current/static/multibyte.html

Extracted from as of .