Struct diesel::pg::PgQueryBuilder[][src]

pub struct PgQueryBuilder { /* fields omitted */ }
[]

The PostgreSQL query builder

Methods

impl PgQueryBuilder
[src]
[]

[]

Constructs a new query builder with an empty query

Trait Implementations

impl Default for PgQueryBuilder
[src]
[+]

[]

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

impl QueryBuilder<Pg> for PgQueryBuilder
[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 PgQueryBuilder

impl Sync for PgQueryBuilder