Trait diesel::query_builder::SelectQuery[][src]

pub trait SelectQuery {
    type SqlType;
}

Indicates that a type is a SELECT statement.

This trait differs from Query in two ways:

Associated Types

The SQL type of the SELECT clause

Implementors