[][src]Trait diesel::sql_types::SqlOrd

pub trait SqlOrd { }

Marker trait for types which can be used with MAX and MIN

Implementors

impl SqlOrd for Unsigned<BigInt>[src]

impl SqlOrd for Unsigned<Integer>[src]

impl SqlOrd for Unsigned<SmallInt>[src]

impl SqlOrd for Timestamptz[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]

impl<T: SqlOrd> SqlOrd for Array<T>[src]

Loading content...