Function google_cloud_spanner::mutation::update [−][src]
pub fn update<T, C>(table: T, columns: Vec<C>, values: Vec<Kind>) -> Mutation where
T: Into<String>,
C: Into<String>, Expand description
update returns a Mutation to update a row in a table. If the row does not already exist, the write or transaction fails.