Uses of Enum Class
org.jooq.conf.RenderImplicitWindowRange
-
Uses of RenderImplicitWindowRange in org.jooq.conf
Modifier and TypeFieldDescriptionprotected RenderImplicitWindowRange
Settings.renderImplicitWindowRange
Modifier and TypeMethodDescriptionstatic RenderImplicitWindowRange
Settings.getRenderImplicitWindowRange()
Whether to render an explicit windowRANGE
clause when an implicit clause is applied.static RenderImplicitWindowRange
Returns the enum constant of this class with the specified name.static RenderImplicitWindowRange[]
RenderImplicitWindowRange.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Settings.setRenderImplicitWindowRange
(RenderImplicitWindowRange value) Whether to render an explicit windowRANGE
clause when an implicit clause is applied.Settings.withRenderImplicitWindowRange
(RenderImplicitWindowRange value) Whether to render an explicit windowRANGE
clause when an implicit clause is applied.