public class ConditionImpl extends Object implements org.teasoft.bee.osql.Condition
| 限定符和类型 | 字段和说明 |
|---|---|
List<Expression> |
list |
| 构造器和说明 |
|---|
ConditionImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
org.teasoft.bee.osql.Condition |
and() |
org.teasoft.bee.osql.Condition |
between(String field,
Number low,
Number high) |
org.teasoft.bee.osql.Condition |
between(String field,
String low,
String high) |
List |
getExpList() |
Set<String> |
getFieldSet() |
org.teasoft.bee.osql.IncludeType |
getIncludeType() |
Integer |
getSize() |
Integer |
getStart() |
org.teasoft.bee.osql.SuidType |
getSuidType() |
org.teasoft.bee.osql.Condition |
groupBy(String field) |
org.teasoft.bee.osql.Condition |
having(org.teasoft.bee.osql.FunctionType functionType,
String field,
org.teasoft.bee.osql.Op Op,
Number value) |
org.teasoft.bee.osql.Condition |
having(String expressionStr) |
org.teasoft.bee.osql.Condition |
lParentheses() |
org.teasoft.bee.osql.Condition |
notBetween(String field,
Number low,
Number high) |
org.teasoft.bee.osql.Condition |
notBetween(String field,
String low,
String high) |
org.teasoft.bee.osql.Condition |
op(String field,
org.teasoft.bee.osql.Op Op,
Object value) |
org.teasoft.bee.osql.Condition |
or() |
org.teasoft.bee.osql.Condition |
orderBy(org.teasoft.bee.osql.FunctionType functionType,
String field,
org.teasoft.bee.osql.OrderType orderType) |
org.teasoft.bee.osql.Condition |
orderBy(String field) |
org.teasoft.bee.osql.Condition |
orderBy(String field,
org.teasoft.bee.osql.OrderType orderType) |
org.teasoft.bee.osql.Condition |
rParentheses() |
org.teasoft.bee.osql.Condition |
setIncludeType(org.teasoft.bee.osql.IncludeType includeType) |
void |
setSuidType(org.teasoft.bee.osql.SuidType suidType) |
org.teasoft.bee.osql.Condition |
size(Integer size) |
org.teasoft.bee.osql.Condition |
start(Integer start) |
public List<Expression> list
public org.teasoft.bee.osql.Condition start(Integer start)
start 在接口中 org.teasoft.bee.osql.Conditionpublic org.teasoft.bee.osql.Condition size(Integer size)
size 在接口中 org.teasoft.bee.osql.Conditionpublic org.teasoft.bee.osql.IncludeType getIncludeType()
getIncludeType 在接口中 org.teasoft.bee.osql.ConditionAssistantpublic org.teasoft.bee.osql.Condition setIncludeType(org.teasoft.bee.osql.IncludeType includeType)
setIncludeType 在接口中 org.teasoft.bee.osql.Conditionpublic org.teasoft.bee.osql.Condition op(String field, org.teasoft.bee.osql.Op Op, Object value)
op 在接口中 org.teasoft.bee.osql.Conditionpublic Set<String> getFieldSet()
getFieldSet 在接口中 org.teasoft.bee.osql.ConditionAssistantpublic org.teasoft.bee.osql.Condition and()
and 在接口中 org.teasoft.bee.osql.Conditionpublic org.teasoft.bee.osql.Condition or()
or 在接口中 org.teasoft.bee.osql.Conditionpublic org.teasoft.bee.osql.Condition lParentheses()
lParentheses 在接口中 org.teasoft.bee.osql.Conditionpublic org.teasoft.bee.osql.Condition rParentheses()
rParentheses 在接口中 org.teasoft.bee.osql.Conditionpublic org.teasoft.bee.osql.Condition groupBy(String field)
groupBy 在接口中 org.teasoft.bee.osql.Conditionpublic org.teasoft.bee.osql.Condition having(String expressionStr)
having 在接口中 org.teasoft.bee.osql.Conditionpublic org.teasoft.bee.osql.Condition having(org.teasoft.bee.osql.FunctionType functionType,
String field,
org.teasoft.bee.osql.Op Op,
Number value)
having 在接口中 org.teasoft.bee.osql.Conditionpublic org.teasoft.bee.osql.Condition orderBy(String field)
orderBy 在接口中 org.teasoft.bee.osql.Conditionpublic org.teasoft.bee.osql.Condition orderBy(String field, org.teasoft.bee.osql.OrderType orderType)
orderBy 在接口中 org.teasoft.bee.osql.Conditionpublic org.teasoft.bee.osql.Condition orderBy(org.teasoft.bee.osql.FunctionType functionType,
String field,
org.teasoft.bee.osql.OrderType orderType)
orderBy 在接口中 org.teasoft.bee.osql.Conditionpublic org.teasoft.bee.osql.Condition between(String field, Number low, Number high)
between 在接口中 org.teasoft.bee.osql.Conditionpublic org.teasoft.bee.osql.Condition notBetween(String field, Number low, Number high)
notBetween 在接口中 org.teasoft.bee.osql.Conditionpublic org.teasoft.bee.osql.Condition between(String field, String low, String high)
between 在接口中 org.teasoft.bee.osql.Conditionpublic org.teasoft.bee.osql.Condition notBetween(String field, String low, String high)
notBetween 在接口中 org.teasoft.bee.osql.Conditionpublic void setSuidType(org.teasoft.bee.osql.SuidType suidType)
setSuidType 在接口中 org.teasoft.bee.osql.ConditionAssistantpublic org.teasoft.bee.osql.SuidType getSuidType()
public List getExpList()
public Integer getStart()
public Integer getSize()
Copyright © 2019. All rights reserved.