Function google_cloud_spanner::mutation::insert[][src]

pub fn insert<T, C>(table: T, columns: Vec<C>, values: Vec<Kind>) -> Mutation where
    T: Into<String>,
    C: Into<String>, 
Expand 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.