|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FctCall | |
|---|---|
| de.mguennewig.pobjects | The package de.mguennewig.pobjects provides an abstraction
layer on top of a set of database tables by which table rows can be
accessed transparently as Java objects. |
| Uses of FctCall in de.mguennewig.pobjects |
|---|
| Methods in de.mguennewig.pobjects that return FctCall | |
|---|---|
static FctCall |
FctCall.abs(Term arg)
Absolute value. |
static FctCall |
FctCall.coalesce(Term... terms)
The COALESCE function returns the first of its arguments that is not null. |
static FctCall |
FctCall.length(Term arg)
Length of a string. |
static FctCall |
FctCall.lower(Term arg)
Convert string to lower case. |
static FctCall |
FctCall.nullif(Term term1,
Term term2)
The NULLIF function returns a null value if the terms
term1 and term2 evaluate to equal values, otherwise it
returns the value of term1. |
static FctCall |
FctCall.substring(Term arg,
int start,
int end)
Compute a substring. |
static FctCall |
FctCall.upper(Term arg)
Convert string to upper case. |
| Methods in de.mguennewig.pobjects with parameters of type FctCall | |
|---|---|
static java.lang.Object |
Terms.evalFctCall(FctCall f,
Record obj)
Evaluates a FctCall. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||