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

pub trait SelectQuery {
    type SqlType;
}

Indicates that a type is a SELECT statement.

This trait differs from Query in two ways:

Associated Types

type SqlType

The SQL type of the SELECT clause

Loading content...

Implementors

Loading content...