Skip to content

encode

function encode(column, charset): Column;

Defined in: functions/string.ts:200

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

ParameterType
columnColOrName
charsetstring

Column