Structure
MySQLProtocol.COM_STMT_PREPARE_OK
14.7.4.1
COM_STMT_PREPARE Responsestruct COM_STMT_PREPARE_OK
Overview
If the COM_STMT_PREPARE succeeded, it sends a COM_STMT_PREPARE_OK
https://dev.mysql.com/doc/internals/en/com-stmt-prepare-response.html#packet-COM_STMT_PREPARE_OK
Topics
Instance Properties
var numColumns: UInt16num_columns (2) – number of columnsvar numParams: UInt16num_params (2) – number of paramsvar statementID: UInt32statement_id (4) – statement-idvar warningCount: UInt16warning_count (2) – number of warnings