Class Condition.TemplateCondition
java.lang.Object
org.huiche.core.ast.Segment.Default
org.huiche.ast.expression.Expression.Default
org.huiche.ast.expression.TemplateExpression.Default
org.huiche.ast.expression.Condition.TemplateCondition
- All Implemented Interfaces:
Serializable, Condition, Expression, TemplateExpression, ArithmeticOperable, ComparisonOperable, LogicalOperable, OrderOperable, PatternMatchingOperable, Segment
- Enclosing interface:
Condition
public static final class Condition.TemplateCondition
extends TemplateExpression.Default
implements Condition, TemplateExpression
模板条件
- Author:
- Maning
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface ComparisonOperable
ComparisonOperable.AndNested classes/interfaces inherited from interface Condition
Condition.BooleanExpressionCondition, Condition.StaticCondition, Condition.TemplateConditionNested classes/interfaces inherited from interface Expression
Expression.Default, Expression.StaticExpressionNested classes/interfaces inherited from interface Segment
Segment.DefaultNested classes/interfaces inherited from interface TemplateExpression
TemplateExpression.Default -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class TemplateExpression.Default
params, pseudoSql, templateMethods 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 LogicalOperable
and, and, and, and, and, and, and, and, and, or, or, or, or, or, or, or, or, orMethods inherited from interface OrderOperable
asc, descMethods inherited from interface PatternMatchingOperable
contains, endWith, like, notContains, notEndWith, notLike, notStartWith, startWithMethods inherited from interface Segment
pseudoSql, staticableMethods inherited from interface TemplateExpression
params, template
-
Constructor Details
-
TemplateCondition
-