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 |
|---|---|
ArithmeticExpr<Integer,Integer> |
dayOfMonth()
Gets an arithmetic expression that represents the day of the month of the date field.
|
ArithmeticExpr<Integer,Integer> |
dayOfWeek()
Gets an arithmetic expression that represents the day of the week of the date field.
|
ArithmeticExpr<Integer,Integer> |
dayOfYear()
Gets an arithmetic expression that represents the day of the year of the date field.
|
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> |
ge(T 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> |
gt(T operand)
Creates a new boolean expression that performs the grether 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> |
le(T 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.
|
BooleanExpr<Boolean,Boolean> |
lt(T operand)
Creates a new boolean expression that performs the less than comparation
of this expresion with the given one.
|
ArithmeticExpr<Integer,Integer> |
month()
Gets an arithmetic expression that represents the month of the date field.
|
ArithmeticExpr<Integer,Integer> |
year()
Gets an arithmetic expression that represents the year of the date field.
|
asc, desc, eq, eq, getSQLType, in, isNull, ne, newriteSQLBooleanExpr<Boolean,Boolean> gt(DateExpr<T,E> operand)
operand - The second operand.BooleanExpr<Boolean,Boolean> gt(T operand)
operand - The second operand.BooleanExpr<Boolean,Boolean> ge(DateExpr<T,E> operand)
operand - The second operand.BooleanExpr<Boolean,Boolean> ge(T operand)
operand - The second operand.BooleanExpr<Boolean,Boolean> lt(DateExpr<T,E> operand)
operand - The second operand.BooleanExpr<Boolean,Boolean> lt(T operand)
operand - The second operand.BooleanExpr<Boolean,Boolean> le(DateExpr<T,E> operand)
operand - The second operand.BooleanExpr<Boolean,Boolean> le(T operand)
operand - The second operand.ArithmeticExpr<Integer,Integer> year()
ArithmeticExpr<Integer,Integer> month()
ArithmeticExpr<Integer,Integer> dayOfMonth()
ArithmeticExpr<Integer,Integer> dayOfWeek()
ArithmeticExpr<Integer,Integer> dayOfYear()
Copyright © 2015–2018 Bridje Framework. All rights reserved.