Struct diesel::mysql::MysqlQueryBuilder[][src]

pub struct MysqlQueryBuilder { /* fields omitted */ }
Expand description

The MySQL query builder

Implementations

Constructs a new query builder with an empty query

Trait Implementations

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.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

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.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.