Type Alias mysql_upsert_status

Source
pub type mysql_upsert_status = st_mysqlnd_upsert_result;

Aliased Type§

#[repr(C)]
pub struct mysql_upsert_status { pub warning_count: u32, pub server_status: u32, pub affected_rows: u64, pub last_insert_id: u64, }

Fields§

§warning_count: u32§server_status: u32§affected_rows: u64§last_insert_id: u64