pub type ILike<Lhs, Rhs> = Grouped<ILike<Lhs, AsExprOf<Rhs, VarChar>>>;Available on crate features
postgres_backend and sqlite only.Expand description
The return type of lhs.ilike(rhs)
Aliased Typeยง
pub struct ILike<Lhs, Rhs>(/* private fields */);