Type Alias diesel::dsl::GreaterThan

source ·
pub type GreaterThan<Lhs, Rhs> = GreaterThanRange<Lhs, Rhs>;
Available on crate feature postgres_backend only.

Aliased Type§

struct GreaterThan<Lhs, Rhs>(pub ContainsNet<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>);

Fields§

§0: ContainsNet<Lhs, <Rhs as AsExpression<<Lhs as Expression>::SqlType>>::Expression>