public class OperatorQueryCondition extends QueryCondition
| Constructor and Description |
|---|
OperatorQueryCondition(String operator,
QueryCondition childCondition) |
| Modifier and Type | Method and Description |
|---|---|
OperatorQueryCondition |
clone()
改写
Object.clone() 方法。 |
QueryCondition |
getChildCondition() |
Object |
getValue() |
String |
toSql(List<QueryTable> queryTables,
IDialect dialect) |
and, and, and, appendQuestionMark, checkEffective, connect, create, create, create, create, create, create, createEmpty, getColumn, getLogic, getNextEffectiveCondition, getPrevEffectiveCondition, notEmpty, or, or, or, setColumn, setEmpty, setLogic, setValue, toString, when, whenpublic OperatorQueryCondition(String operator, QueryCondition childCondition)
public QueryCondition getChildCondition()
public String toSql(List<QueryTable> queryTables, IDialect dialect)
toSql in class QueryConditionpublic Object getValue()
getValue in class QueryConditionpublic OperatorQueryCondition clone()
CloneSupportObject.clone() 方法。clone in interface CloneSupport<QueryCondition>clone in class QueryConditionCopyright © 2024. All rights reserved.