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