Struct diesel::expression::sql_literal::SqlLiteral [] [src]

pub struct SqlLiteral<ST> { /* fields omitted */ }

Available for when you truly cannot represent something using the expression DSL. You will need to provide the type of the expression, in addition to the SQL. The compiler will be unable to verify the correctness of this type.

Methods

impl<ST> SqlLiteral<ST>
[src]

Trait Implementations

impl<ST: Debug> Debug for SqlLiteral<ST>
[src]

Formats the value using the given formatter.

impl<ST: Clone> Clone for SqlLiteral<ST>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<ST> Expression for SqlLiteral<ST>
[src]

impl<ST, DB> QueryFragment<DB> for SqlLiteral<ST> where DB: Backend + HasSqlType<ST>
[src]

impl<ST> QueryId for SqlLiteral<ST>
[src]

impl<ST> Query for SqlLiteral<ST>
[src]

impl<QS, ST> SelectableExpression<QS> for SqlLiteral<ST>
[src]

impl<ST> NonAggregate for SqlLiteral<ST>
[src]