Package org.hotrod.dynamicsql.assembler
Class Otherwise<P extends Choose<?>,G extends AbstractSentence<?,?>>
- java.lang.Object
-
- org.hotrod.dynamicsql.assembler.AbstractSentence<M,P>
-
- org.hotrod.dynamicsql.assembler.Sentence<Otherwise<P,G>,P>
-
- org.hotrod.dynamicsql.assembler.Otherwise<P,G>
-
public class Otherwise<P extends Choose<?>,G extends AbstractSentence<?,?>> extends Sentence<Otherwise<P,G>,P>
-
-
Field Summary
-
Fields inherited from class org.hotrod.dynamicsql.assembler.AbstractSentence
factory, me, parent, segments
-
-
Constructor Summary
Constructors Constructor Description Otherwise(DynamicExpressionFactory factory, P parent, G grandpa)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChooseTail<P,G>endotherwise()-
Methods inherited from class org.hotrod.dynamicsql.assembler.Sentence
bind, choose, foreach, if_, literal, literaln, literaln, parameter, parameterInjection, parameterNullable, set, trim, variable, where
-
Methods inherited from class org.hotrod.dynamicsql.assembler.AbstractSentence
setMe
-
-
-
-
Constructor Detail
-
Otherwise
public Otherwise(DynamicExpressionFactory factory, P parent, G grandpa)
-
-
Method Detail
-
endotherwise
public ChooseTail<P,G> endotherwise()
-
-