Struct pinto::query_builder::Delete [] [src]

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

DELETE

Methods

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

Construct a new DELETE query builder

Filter result set based on conditions (WHERE clause)

Generate SQL query (String) from subsequent method calls

Trait Implementations

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

Formats the value using the given formatter.

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

Formats the value using the given formatter. Read more