Struct mysql_common::packets::StmtPacket [] [src]

pub struct StmtPacket { /* fields omitted */ }

Represents MySql's statement packet.

Methods

impl StmtPacket
[src]

Value of the statement_id field of a statement packet.

Value of the num_columns field of a statement packet.

Value of the num_params field of a statement packet.

Value of the warning_count field of a statement packet.