Uses of Class
org.hotrod.dynamicsql.assembler.Choose
-
Packages that use Choose Package Description org.hotrod.dynamicsql.assembler -
-
Uses of Choose in org.hotrod.dynamicsql.assembler
Classes in org.hotrod.dynamicsql.assembler with type parameters of type Choose Modifier and Type Class Description classChooseTail<P extends Choose<?>,G extends AbstractSentence<?,?>>classOtherwise<P extends Choose<?>,G extends AbstractSentence<?,?>>classWhen<P extends Choose<?>>Methods in org.hotrod.dynamicsql.assembler that return Choose Modifier and Type Method Description Choose<Sequence>DynamicSQL. choose()Choose<M>Sentence. choose()Methods in org.hotrod.dynamicsql.assembler that return types with arguments of type Choose Modifier and Type Method Description Otherwise<Choose<P>,P>Choose. otherwise()When<Choose<P>>Choose. when(String test)Methods in org.hotrod.dynamicsql.assembler with parameters of type Choose Modifier and Type Method Description static voidDynShield. addOtherwise(Choose<?> parent, OtherwiseSegment otherwise)static voidDynShield. addWhen(Choose<?> parent, WhenSegment when)
-