Uses of Interface
org.jooq.TableSampleRowsStep
Packages that use TableSampleRowsStep
- 
Uses of TableSampleRowsStep in org.jooqMethods in org.jooq that return TableSampleRowsStepModifier and TypeMethodDescription@NotNull TableSampleRowsStep<R> Table.tablesample(Number size) TheTABLESAMPLEoperator.@NotNull TableSampleRowsStep<R> Table.tablesample(Field<? extends Number> size) TheTABLESAMPLEoperator.@NotNull TableSampleRowsStep<R> Table.tablesampleBernoulli(Number size) TheTABLESAMPLE_BERNOULLIoperator.@NotNull TableSampleRowsStep<R> Table.tablesampleBernoulli(Field<? extends Number> size) TheTABLESAMPLE_BERNOULLIoperator.@NotNull TableSampleRowsStep<R> Table.tablesampleSystem(Number size) TheTABLESAMPLE_SYSTEMoperator.@NotNull TableSampleRowsStep<R> Table.tablesampleSystem(Field<? extends Number> size) TheTABLESAMPLE_SYSTEMoperator.