Skip to content

Structure

MySQLProtocol.COM_STMT_PREPARE

COM_STMT_PREPARE creates a prepared statement from the passed query string.
struct COM_STMT_PREPARE

Overview

The server returns a COM_STMT_PREPARE Response which contains a statement-id which is used to identify the prepared statement.

https://dev.mysql.com/doc/internals/en/com-stmt-prepare.html#packet-COM_STMT_PREPARE

Topics

Instance Properties

  • query
    query (string.EOF) – the query to prepare

Instance Methods

Relationships

Conforms To