Struct pgsql_builder::Insert [] [src]

pub struct Insert<'a> { /* fields omitted */ }

Methods

impl<'a> Insert<'a>
[src]

Trait Implementations

impl<'a> Statement<'a> for Insert<'a>
[src]

impl<'a> Set for Insert<'a>
[src]

Modify self using the provided modifier.

Modify self through a mutable reference with the provided modifier.