Writes UTF8-encoded symbol to WAL. Supported for WAL tables only.
(int columnIndex, DirectUtf8Sequence value)
| 14351 | * Writes UTF8-encoded symbol to WAL. Supported for WAL tables only. |
| 14352 | */ |
| 14353 | void putSymUtf8(int columnIndex, DirectUtf8Sequence value); |
| 14354 | |
| 14355 | void putTimestamp(int columnIndex, long value); |
| 14356 |