Uses of Interface
org.jooq.TableSampleRepeatableStep
Packages that use TableSampleRepeatableStep
- 
Uses of TableSampleRepeatableStep in org.jooqSubinterfaces of TableSampleRepeatableStep in org.jooqModifier and TypeInterfaceDescriptioninterfaceTableSampleRowsStep<R extends Record>A step in the construction of theTABLESAMPLEfunction.Methods in org.jooq that return TableSampleRepeatableStepModifier and TypeMethodDescription@NotNull TableSampleRepeatableStep<R> TableSampleRowsStep.percent()Add thePERCENTclause to theTABLESAMPLEfunction.@NotNull TableSampleRepeatableStep<R> TableSampleRowsStep.rows()Add theROWSclause to theTABLESAMPLEfunction.