Skip to content

Structure

MySQLProtocol.COM_QUERY

14.6.4 COM_QUERY
struct COM_QUERY

Overview

A COM_QUERY is used to send the server a text-based query that is executed immediately. The server replies to a COM_QUERY packet with a COM_QUERY Response. The length of the query string is the packet length - 1.

https://dev.mysql.com/doc/internals/en/com-query.html

Topics

Initializers

Instance Properties

  • query
    query (string.EOF) – query_text

Instance Methods

Relationships

Conforms To