Class Expression.StaticExpression
java.lang.Object
org.huiche.core.ast.Segment.Default
org.huiche.ast.expression.Expression.Default
org.huiche.ast.expression.Expression.StaticExpression
- All Implemented Interfaces:
Serializable, Expression, ArithmeticOperable, ComparisonOperable, OrderOperable, PatternMatchingOperable, Segment
- Enclosing interface:
Expression
静态表达式
- Author:
- Maning
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface ComparisonOperable
ComparisonOperable.AndNested classes/interfaces inherited from interface Expression
Expression.Default, Expression.StaticExpressionNested classes/interfaces inherited from interface Segment
Segment.Default -
Method Summary
Modifier and TypeMethodDescription伪SQL,用于直接toString时显示boolean是否静态化的,即不必转译Methods inherited from class Expression.Default
asMethods inherited from class Segment.Default
equals, hashCode, toStringMethods inherited from interface ArithmeticOperable
div, div, div, div, minus, minus, minus, minus, mul, mul, mul, mul, plus, plus, plus, plusMethods inherited from interface ComparisonOperable
between, betweenAnd, eq, eq, gt, gt, gte, gte, in, in, in, isNotNull, isNull, lt, lt, lte, lte, ne, ne, notBetween, notBetweenAnd, notIn, notIn, notInMethods inherited from interface Expression
as, asConditionMethods inherited from interface OrderOperable
asc, descMethods inherited from interface PatternMatchingOperable
contains, endWith, like, notContains, notEndWith, notLike, notStartWith, startWith
-
Method Details
-
pseudoSql
-
staticable
public boolean staticable()Description copied from interface:Segment是否静态化的,即不必转译- Specified by:
staticablein interfaceSegment- Returns:
- 是否静态化
-