Writes UTF8-encoded string to WAL. As the name of the function suggests the storage format is expected to be UTF16. The function must re-encode string from UTF8 to UTF16 before storing. @param columnIndex index of the column we are writing to @param value UTF8 bytes represented as CharSequenc
(int columnIndex, DirectUtf8Sequence value)
| 14330 | * On this interface, getChar() returns a byte, not complete character. |
| 14331 | */ |
| 14332 | void putStrUtf8(int columnIndex, DirectUtf8Sequence value); |
| 14333 | |
| 14334 | /** |
| 14335 | * Writes UTF8-encoded string. Accepts any Utf8Sequence implementation. |
no outgoing calls