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>(pub ILike<Lhs, <Rhs as AsExpression<Text>>::Expression>);
Fields§
§0: ILike<Lhs, <Rhs as AsExpression<Text>>::Expression>