Class SetOperationRenderer
- java.lang.Object
-
- org.hotrod.runtime.livesql.dialects.SetOperationRenderer
-
public abstract class SetOperationRenderer extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetOperationRenderer.SetOperation
-
Constructor Summary
Constructors Constructor Description SetOperationRenderer()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidrender(SetOperationRenderer.SetOperation setOperation, QueryWriter w)
-
-
-
Method Detail
-
render
public abstract void render(SetOperationRenderer.SetOperation setOperation, QueryWriter w)
-
-