public class OperatorQueryCondition extends QueryCondition
before, column, connector, effective, index, logic, LOGIC_BETWEEN, LOGIC_EQUALS, LOGIC_GE, LOGIC_GT, LOGIC_IN, LOGIC_IS_NOT_NULL, LOGIC_IS_NULL, LOGIC_LE, LOGIC_LIKE, LOGIC_LT, LOGIC_NOT_BETWEEN, LOGIC_NOT_EQUALS, LOGIC_NOT_IN, next, value| 构造器和说明 |
|---|
OperatorQueryCondition(java.lang.String operator,
QueryCondition child) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Object |
getValue() |
java.lang.String |
toSql(java.util.List<QueryTable> queryTables,
IDialect dialect) |
and, appendQuestionMark, checkEffective, connect, create, create, createEmpty, getColumn, getEffectiveBefore, getLogic, or, setColumn, setLogic, setValue, toString, when, whenpublic OperatorQueryCondition(java.lang.String operator,
QueryCondition child)
public java.lang.String toSql(java.util.List<QueryTable> queryTables, IDialect dialect)
toSql 在类中 QueryConditionpublic java.lang.Object getValue()
getValue 在类中 QueryConditionCopyright © 2023. All Rights Reserved.