T - The final java type of the expression.E - The result set read java type of the expression.public interface DateExpr<T,E> extends Expression<T,E>
| Modifier and Type | Method and Description |
|---|---|
BooleanExpr<Boolean,Boolean> |
ge(DateExpr<T,E> operand)
Creates a new boolean expression that performs the grather or equals to comparation
of this expresion with the given one.
|
BooleanExpr<Boolean,Boolean> |
gt(DateExpr<T,E> operand)
Creates a new boolean expression that performs the grather than comparation
of this expresion with the given one.
|
BooleanExpr<Boolean,Boolean> |
le(DateExpr<T,E> operand)
Creates a new boolean expression that performs the less or equals to comparation
of this expresion with the given one.
|
BooleanExpr<Boolean,Boolean> |
lt(DateExpr<T,E> operand)
Creates a new boolean expression that performs the less than comparation
of this expresion with the given one.
|
asc, desc, eq, eq, getSQLType, ne, newriteSQLBooleanExpr<Boolean,Boolean> gt(DateExpr<T,E> operand)
operand - The second operand.BooleanExpr<Boolean,Boolean> ge(DateExpr<T,E> operand)
operand - The second operand.BooleanExpr<Boolean,Boolean> lt(DateExpr<T,E> operand)
operand - The second operand.Copyright © 2015–2017 Bridje Framework. All rights reserved.