Structs§
- Exec
- State machine for executing prepared statements (binary protocol) with integrated handler
- Prepare
Ok - Prepared statement OK response (zero-copy)
Enums§
- Execute
Response - Execute response variants
Functions§
- read_
binary_ row - Read binary protocol row from execute response
- read_
execute_ response - Read COM_STMT_EXECUTE response This can be either an OK packet or a result set
- read_
prepare_ ok - Read COM_STMT_PREPARE response
- write_
close_ statement - Write COM_STMT_CLOSE command
- write_
execute - Write COM_STMT_EXECUTE command
- write_
prepare - Write COM_STMT_PREPARE command
- write_
reset_ statement - Write COM_STMT_RESET command