Skip to content

encode

function encode(column, charset): Column;

Defined in: functions/string.ts:208

Computes the first argument into a string from a binary using the provided character set.

Parameter Type
column ColOrName
charset string

Column