Uses of Interface
org.jooq.TableSampleRepeatableStep
Packages that use TableSampleRepeatableStep
-
Uses of TableSampleRepeatableStep in org.jooq
Subinterfaces of TableSampleRepeatableStep in org.jooqModifier and TypeInterfaceDescriptioninterface
TableSampleRowsStep<R extends Record>
A step in the construction of theTABLESAMPLE
function.Methods in org.jooq that return TableSampleRepeatableStepModifier and TypeMethodDescription@NotNull TableSampleRepeatableStep
<R> TableSampleRowsStep.percent()
Add thePERCENT
clause to theTABLESAMPLE
function.@NotNull TableSampleRepeatableStep
<R> TableSampleRowsStep.rows()
Add theROWS
clause to theTABLESAMPLE
function.