Function(FunctionContext1 As FunctionContext, Arguments() As String) LastStep(FunctionContext1 As FunctionContext) Step(FunctionContext1 As FunctionContext, Arguments() As String)
Initialize this user defined Function. Raises the events: Function(FunctionContext1 As FunctionContext, Arguments() As String). LastStep(FunctionContext1 As FunctionContext). Step(FunctionContext1 As FunctionContext, Arguments() As String).
Decodes the given string that is assumed to be a valid encoding of a byte array. Typically the given string is generated by the StringEncoder Encode method.
Encode (Bytes() AsByte) AsString
Encodes the given byte array into a string that can be used by the SQLite database. The database cannot handle null (0x00) and the character '\'' (0x27). The encoding consists of escaping these characters with a reserved character (0x01).
EncodeX (Bytes() AsByte) AsString
Encodes the given byte array into SQLite3 blob notation, ie X'..'