Struct pgsql_builder::Delete [] [src]

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

Methods

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

Trait Implementations

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

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

Modify self using the provided modifier.

Modify self through a mutable reference with the provided modifier.