pub struct SqliteQueryBuilder { /* fields omitted */ }
Expand description
Constructs SQL queries for use with the SQLite backend
Construct a new query builder with an empty query
Returns the “default value” for a type. Read more
Add sql
to the end of the query being constructed.
Quote identifier
, and add it to the end of the query being
constructed. Read more
Add a placeholder for a bind parameter to the end of the query being
constructed. Read more
Returns the constructed SQL query.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
Convert self
to an expression for Diesel’s query builder. Read more
Convert &self
to an expression for Diesel’s query builder. Read more
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.