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

pub struct MysqlQueryBuilder { /* fields omitted */ }

The MySQL query builder

Methods

impl MysqlQueryBuilder
[src]

Constructs a new query builder with an empty query

Trait Implementations

impl Default for MysqlQueryBuilder
[src]

Returns the "default value" for a type. Read more

impl QueryBuilder<Mysql> for MysqlQueryBuilder
[src]

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

impl Send for MysqlQueryBuilder

impl Sync for MysqlQueryBuilder