public class Where extends Object implements IWhere<Where,TableField,Cmd,Object,ConditionChain>
| 构造器和说明 |
|---|
Where(ConditionFactory conditionFactory) |
| 限定符和类型 | 方法和说明 |
|---|---|
<T> Where |
and(Getter<T> column,
int storey,
Function<TableField,ICondition> f) |
ConditionChain |
conditionChain() |
boolean |
contain(Cmd cmd) |
ConditionChain |
extConditionChain() |
ConditionChain |
getConditionChain() |
ConditionFactory |
getConditionFactory() |
boolean |
hasContent() |
<T> Where |
or(Getter<T> column,
int storey,
Function<TableField,ICondition> f) |
StringBuilder |
sql(Cmd module,
Cmd parent,
SqlBuilderContext context,
StringBuilder sqlBuilder) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforSearch, ignoreEmptyInCondition, ignoreNullValueInCondition, trimStringInConditionand, and, and, and, and, and, and, andNested, between, between, empty, empty, eq, eq, eq, exists, gt, gt, gt, gte, gte, gte, in, in, in, in, in, in, isNotNull, isNotNull, isNull, isNull, like, like, lt, lt, lt, lte, lte, lte, ne, ne, ne, notBetween, notBetween, notEmpty, notEmpty, notExists, notIn, notIn, notIn, notIn, notIn, notIn, notLike, notLike, or, or, or, or, or, or, or, orNestedeq, eqne, negt, gtgte, gte, gte, gte, gte, gtegte, gtelt, ltlte, lte, lte, lte, lte, ltelte, ltelike, like, like, like, like, like, likelike, like, like, likenotLike, notLike, notLike, notLike, notLike, notLike, notLikenotLike, notLike, notLike, notLikebetween, between, betweenbetween, betweennotBetween, notBetween, notBetweennotBetween, notBetweenisNull, isNullisNotNull, isNotNullempty, empty, emptynotEmpty, notEmpty, notEmptyin, in, in, in, in, in, in, in, innotIn, notIn, notIn, notIn, notIn, notIn, notIn, notIn, notInexists, notExistspublic Where(ConditionFactory conditionFactory)
public boolean hasContent()
public ConditionChain conditionChain()
conditionChain 在接口中 IConditionMethod<Where,TableField,Cmd,Object,ConditionChain>public ConditionChain extConditionChain()
public ConditionFactory getConditionFactory()
public ConditionChain getConditionChain()
public <T> Where and(Getter<T> column, int storey, Function<TableField,ICondition> f)
and 在接口中 IConditionMethod<Where,TableField,Cmd,Object,ConditionChain>public <T> Where or(Getter<T> column, int storey, Function<TableField,ICondition> f)
or 在接口中 IConditionMethod<Where,TableField,Cmd,Object,ConditionChain>public StringBuilder sql(Cmd module, Cmd parent, SqlBuilderContext context, StringBuilder sqlBuilder)
Copyright © 2024. All rights reserved.