Package org.hotrod.dynamicsql.assembler
Class DynShield
- java.lang.Object
-
- org.hotrod.dynamicsql.assembler.DynShield
-
public class DynShield extends Object
-
-
Constructor Summary
Constructors Constructor Description DynShield()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddOtherwise(Choose<?> parent, OtherwiseSegment otherwise)static voidaddSegment(AbstractSentence<?,?> parent, QuerySegment segment)static voidaddWhen(Choose<?> parent, WhenSegment when)
-
-
-
Method Detail
-
addSegment
public static void addSegment(AbstractSentence<?,?> parent, QuerySegment segment)
-
addWhen
public static void addWhen(Choose<?> parent, WhenSegment when)
-
addOtherwise
public static void addOtherwise(Choose<?> parent, OtherwiseSegment otherwise)
-
-