Function google_cloud_spanner::mutation::insert
source ยท pub fn insert(table: &str, columns: &[&str], values: &[&dyn ToKind]) -> MutationExpand description
Insert returns a Mutation to insert a row into a table. If the row already exists, the write or transaction fails with codes.AlreadyExists.