Struct rbdc_mysql::protocol::response::OkPacket
source · pub struct OkPacket {
pub affected_rows: u64,
pub last_insert_id: u64,
pub status: Status,
pub warnings: u16,
}Expand description
Indicates successful completion of a previous command sent by the client.
Fields§
§affected_rows: u64§last_insert_id: u64§status: Status§warnings: u16