Function google_cloud_spanner::mutation::update
source · pub fn update(table: &str, columns: &[&str], values: &[&dyn ToKind]) -> MutationExpand description
update returns a Mutation to update a row in a table. If the row does not already exist, the write or transaction fails.