接口 IConditionSQLHandler

所有已知实现类:
JoinConditionSQLHandler, WhereConditionSQLHandler

public interface IConditionSQLHandler
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    handler(IConditionSQL conditionSQL, net.sf.jsqlparser.statement.select.PlainSelect plainSelect, net.sf.jsqlparser.schema.Table table, net.sf.jsqlparser.expression.Expression where)
     
    boolean
    support(IConditionSQL conditionSQL)
     
  • 方法详细资料

    • support

      boolean support(IConditionSQL conditionSQL)
    • handler

      void handler(IConditionSQL conditionSQL, net.sf.jsqlparser.statement.select.PlainSelect plainSelect, net.sf.jsqlparser.schema.Table table, net.sf.jsqlparser.expression.Expression where)