Structure
MySQLProtocol.COM_STMT_CLOSE
COM_STMT_CLOSE deallocates a prepared statementstruct COM_STMT_CLOSE
Overview
No response is sent back to the client.
https://dev.mysql.com/doc/internals/en/com-stmt-close.html
Topics
Instance Properties
var statementID: UInt32stmt-id
Instance Methods
func encode(into: inout MySQLPacket)Serializes theComStmtCloseinto a buffer.