Uses of Interface
org.jooq.CaseValueStep

Packages that use CaseValueStep
org.jooq   
 

Uses of CaseValueStep in org.jooq
 

Methods in org.jooq that return CaseValueStep
<V> CaseValueStep<V>
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
<V> CaseValueStep<V>
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
 



Copyright © 2012. All Rights Reserved.