Struct msi::Insert [] [src]

pub struct Insert { /* fields omitted */ }

A database query to insert new rows.

Methods

impl Insert
[src]

Starts building a query that will insert rows into the specified table.

Adds a new row to be inserted into the table.

Adds multiple new rows to be inserted into the table.

Trait Implementations

impl Display for Insert
[src]

Formats the value using the given formatter. Read more