| Package | Description |
|---|---|
| org.bridje.sql |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DateColumn<T,E>
Represents a date/time column.
|
| Modifier and Type | Method and Description |
|---|---|
BooleanExpr<Boolean,Boolean> |
DateExpr.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> |
DateExpr.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> |
DateExpr.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> |
DateExpr.lt(DateExpr<T,E> operand)
Creates a new boolean expression that performs the less than comparation
of this expresion with the given one.
|
Copyright © 2015–2018 Bridje Framework. All rights reserved.