| Package | Description |
|---|---|
| org.bridje.sql | |
| org.bridje.sql.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DateColumn<T,E>
Represents a date/time column.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> DateExpr<T,T> |
SQL.date(T value)
Creates a new literal.
|
static DateExpr<LocalDateTime,Date> |
SQL.now()
Gets a date time expresion that represents the current date and time.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
<T,E> DateExpr<T,E> |
SQLFactory.date(T value) |
DateExpr<LocalDateTime,Date> |
SQLFactory.now() |
Copyright © 2015–2018 Bridje Framework. All rights reserved.