API Reference / @evolu/common / Evolu/Protocol / encodeColumnName
Function: encodeColumnName()
function encodeColumnName(buffer, name): void;
Defined in: packages/common/src/Evolu/Protocol.ts:1702
Parameters
Parameter | Type |
---|---|
buffer | Buffer |
name | string & Brand <"Base64Url" > & Brand <"MaxLength42" > & Brand <"MinLength1" > & Brand <"ColumnName" > |
Returns
void