[−][src]Trait diesel::sql_types::SqlOrd
Marker trait for types which can be used with MAX
and MIN
Marker trait for types which can be used with MAX
and MIN
impl SqlOrd for Unsigned<BigInt>
[src]impl SqlOrd for Unsigned<Integer>
[src]impl SqlOrd for Unsigned<SmallInt>
[src]impl SqlOrd for BigInt
[src]impl SqlOrd for Date
[src]impl SqlOrd for Double
[src]impl SqlOrd for Float
[src]impl SqlOrd for Integer
[src]impl SqlOrd for Interval
[src]impl SqlOrd for SmallInt
[src]impl SqlOrd for Text
[src]impl SqlOrd for Time
[src]impl SqlOrd for Timestamp
[src]impl<T: SqlOrd + NotNull> SqlOrd for Nullable<T>
[src]