All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static Function |
add(Object... o) |
static Condition |
and(Condition... operations) |
static Condition |
and(List<Condition> operations) |
static Function |
as(String o) |
static Function |
asIs(Object o) |
static ColGroup |
ASSOCIATE(Column<?>... from) |
static <T extends Number> Function |
autoNumber(Column<T> o) |
static Condition |
boundedRange(Object bottom,
Object top,
Object value) |
static Function |
coalesc(Object... o) |
static Function |
count() |
static Function |
count(Object o) |
static Condition |
different(Object left,
Object right) |
static Condition |
exists(Object o) |
static Condition |
greater(Object column,
Object value) |
static Condition |
greaterOrMatch(Object column,
Object value) |
static Condition |
iLike(Object left,
Object right) |
static Condition |
iMatches(Object left,
Object right) |
static Condition |
in(Object column,
Collection<?> values) |
static Condition |
in(Object column,
Object... value) |
static Condition |
is(Object left,
Object right) |
static Condition |
isNull(Object column) |
static Condition |
lesser(Object column,
Object value) |
static Condition |
lesserOrMatch(Object column,
Object value) |
static Condition |
like(Object left,
Object right) |
static Function |
lower(Object o) |
static Function |
max(Object o) |
static Function |
min(Object o) |
static Function |
minus(Object... o) |
static Function |
multiply(Object... o) |
static Condition |
not(Object o) |
static Function |
now() |
static Condition |
or(Condition... operations) |
static Condition |
or(List<Condition> operations) |
static Function |
param(Column<?> c) |
static Function |
param(String o) |
static Condition |
range(Object column,
Object bottom,
Object top) |
static Function |
raw(Object o) |
static Function |
rtrim(Object o) |
static Function |
secondsdiff(Object... o) |
static Function |
subQuery(Query inner) |
static Function |
sum(Object o) |
static Function |
upper(Object o) |
static Condition |
valueRange(Object bottom,
Object top,
Object value) |
static SearchedCase.SearchedWhen |
when(Condition criteria)
Searched CASE
|
static SimpleCase |
with(Object expression)
Simple CASE
|