|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use CaseValueStep | |
|---|---|
| org.jooq | |
| Uses of CaseValueStep in org.jooq |
|---|
| Methods in org.jooq that return CaseValueStep | ||
|---|---|---|
|
Case.value(Field<V> value)
This construct can be used to create expressions of the type
CASE value WHEN 1 THEN 'one'
WHEN 2 THEN 'two'
ELSE 'three'
END
|
|
|
Case.value(V value)
This construct can be used to create expressions of the type
CASE value WHEN 1 THEN 'one'
WHEN 2 THEN 'two'
ELSE 'three'
END
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||