类 Exclude

java.lang.Object
cn.sylinx.horm.resource.func.impl.Exclude
所有已实现的接口:
IFunction

public class Exclude extends Object implements IFunction
排除操作
使用方法 #FUNC[exclude,field,params], 接收一个参数 params, 默认使用 and 组合
#FUNC[exclude,field,params,0] 使用 and 组合
#FUNC[exclude,field,params,1] 使用 not in
作者:
han
  • 构造器详细资料

    • Exclude

      public Exclude()
  • 方法详细资料