@Deprecated public class Express extends Expression
EXPRESSION_ALL, EXPRESSION_AVG, EXPRESSION_COUNT, EXPRESSION_MAX, EXPRESSION_MIN, EXPRESSION_SUM| 构造器和说明 |
|---|
Express(Column left,
Column value)
已过时。
|
Express(Column left,
ExpressionType type)
已过时。
|
Express(Column left,
Object value,
ExpressionType type)
已过时。
|
Express(ExpressionType type,
IMultiQuery value)
已过时。
|
Express(String left,
ExpressionType type)
已过时。
|
Express(String left,
Object value)
已过时。
|
Express(String left,
Object value,
ExpressionType type)
已过时。
|
Express(String function,
String left,
Object value,
ExpressionType type)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
Expression |
getExpression()
已过时。
|
andValue, between, endWith, equal, getAndValue, getLeft, getType, getValue, in, isEmpty, isNotEmpty, isNotNull, isNull, less, lessEqual, like, main, more, moreEqual, notEndWith, notEqual, notIn, notLike, notStartWith, setAndValue, setLeft, setType, setValue, startWithpublic Express(ExpressionType type, IMultiQuery value)
public Express(Column left, ExpressionType type)
public Express(Column left, Object value, ExpressionType type)
public Express(String left, Object value, ExpressionType type)
public Express(String function, String left, Object value, ExpressionType type)
public Express(String left, ExpressionType type)
public Expression getExpression()
Copyright © 2021. All rights reserved.