Uses of Class
org.hotrod.runtime.livesql.dialects.SetOperationRenderer.SetOperation
-
Packages that use SetOperationRenderer.SetOperation Package Description org.hotrod.runtime.livesql.dialects -
-
Uses of SetOperationRenderer.SetOperation in org.hotrod.runtime.livesql.dialects
Methods in org.hotrod.runtime.livesql.dialects that return SetOperationRenderer.SetOperation Modifier and Type Method Description static SetOperationRenderer.SetOperationSetOperationRenderer.SetOperation. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static SetOperationRenderer.SetOperation[]SetOperationRenderer.SetOperation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hotrod.runtime.livesql.dialects with parameters of type SetOperationRenderer.SetOperation Modifier and Type Method Description abstract voidSetOperationRenderer. render(SetOperationRenderer.SetOperation setOperation, QueryWriter w)
-