Condition<EntityT> greaterThan(String p, {bool? caseSensitive, String? alias}) => _op(p, _ConditionOp.gt, alias, caseSensitive: caseSensitive);