Module prepared

Module prepared 

Source

Structs§

Exec
State machine for executing prepared statements (binary protocol) with integrated handler
PrepareOk
Prepared statement OK response (zero-copy)

Enums§

ExecuteResponse
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