Uses of Enum Class
org.jooq.impl.QOM.SampleSizeType
Packages that use QOM.SampleSizeType
-
Uses of QOM.SampleSizeType in org.jooq.impl
Subclasses with type arguments of type QOM.SampleSizeType in org.jooq.implSubinterfaces with type arguments of type QOM.SampleSizeType in org.jooq.implModifier and TypeInterfaceDescriptionstatic interfaceQOM.SampleTable<R extends Record>TheTABLESAMPLEoperator.Methods in org.jooq.impl that return QOM.SampleSizeTypeModifier and TypeMethodDescriptiondefault @Nullable QOM.SampleSizeTypeQOM.SampleTable.$sizeType()static QOM.SampleSizeTypeReturns the enum constant of this class with the specified name.static QOM.SampleSizeType[]QOM.SampleSizeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jooq.impl with parameters of type QOM.SampleSizeTypeModifier and TypeMethodDescriptiondefault @NotNull QOM.SampleTable<R> QOM.SampleTable.$sizeType(QOM.SampleSizeType newSizeType)