pub fn set_statement_text_encoding(encoding: TextEncoding)Expand description
Set the active database TEXT encoding for the statement on this thread.
Called by the Connection before executing a statement and by the VDBE engine
before invoking a scalar function. Read by octet_length().