Uses of Enum Class
org.jooq.impl.QOM.FrameUnits
Packages that use QOM.FrameUnits
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of QOM.FrameUnits in org.jooq
Methods in org.jooq that return QOM.FrameUnitsModifier and TypeMethodDescription@Nullable QOM.FrameUnitsWindowSpecification.$frameUnits()Experimental query object model accessor method, see alsoQOM.Methods in org.jooq with parameters of type QOM.FrameUnitsModifier and TypeMethodDescription@NotNull WindowSpecificationWindowSpecification.$frameUnits(QOM.FrameUnits frameUnits) Experimental query object model mutator method, see alsoQOM. -
Uses of QOM.FrameUnits in org.jooq.impl
Subclasses with type arguments of type QOM.FrameUnits in org.jooq.implMethods in org.jooq.impl that return QOM.FrameUnitsModifier and TypeMethodDescriptionstatic QOM.FrameUnitsReturns the enum constant of this class with the specified name.static QOM.FrameUnits[]QOM.FrameUnits.values()Returns an array containing the constants of this enum class, in the order they are declared.