Class Literal.Default
java.lang.Object
org.huiche.core.ast.Segment.Default
org.huiche.ast.expression.Expression.Default
org.huiche.ast.expression.Literal.Default
- All Implemented Interfaces:
Serializable, Expression, Literal, ArithmeticOperable, ComparisonOperable, OrderOperable, PatternMatchingOperable, Segment
- Enclosing interface:
Literal
字面量 默认实现
- 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 Literal
Literal.DefaultNested classes/interfaces inherited from interface Segment
Segment.Default -
Field Summary
-
Method Summary
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:
- 是否静态化
-
rawVal
-
sql
-