MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / value

Method value

jOOQ/src/main/java/org/jooq/Case.java:77–77  ·  view source on GitHub ↗

This construct can be used to create expressions of the type CASE value WHEN 1 THEN 'one' WHEN 2 THEN 'two' ELSE 'three' END @param The generic value type parameter @param value The value to do the case statement on @return An intermediary

(V value)

Source from the content-addressed store, hash-verified

75 * @return An intermediary step for case statement construction
76 */
77 @NotNull
78 @Support
79 <V> CaseValueStep<V> value(V value);
80

Callers 15

setMethod · 0.65
getMethod · 0.65
sqlInlineMethod · 0.65
setMethod · 0.65
getMethod · 0.65
propertiesMethod · 0.65
checkSQLDialectMethod · 0.65
valueMethod · 0.65
chooseMethod · 0.65
case_Method · 0.65
sqlMethod · 0.65
setMethod · 0.65

Implementers 2

CaseImpljOOQ/src/main/java/org/jooq/impl/CaseI
DSLjOOQ/src/main/java/org/jooq/impl/DSL.j

Calls

no outgoing calls

Tested by

no test coverage detected