| <code>{...} \0 \1 {error} \0</code>
|}
===Server Response===
The server replies with the following byte sequences:
COMMAND -> {result} \0 {info} \0 \0
CREATE -> {info} \0 \0
ADD -> {info} \0 \0
ERROR -> \0 {error} \0 \1
QUERY: INIT -> {id} \0 \0
CLOSE -> \0 \0
BIND -> \0 \0
ITER -> {result} \0 \0
EXECUTE -> {result} \0 \0
INFO -> {result} \0 \0
OPTIONS -> {result} \0 \0
ERROR -> \0 \1 {error} \0
===Examples===