Uses of Interface
org.jooq.TableSampleRowsStep
Packages that use TableSampleRowsStep
-
Uses of TableSampleRowsStep in org.jooq
Methods in org.jooq that return TableSampleRowsStepModifier and TypeMethodDescription@NotNull TableSampleRowsStep
<R> Table.tablesample
(Number size) TheTABLESAMPLE
operator.@NotNull TableSampleRowsStep
<R> Table.tablesample
(Field<? extends Number> size) TheTABLESAMPLE
operator.@NotNull TableSampleRowsStep
<R> Table.tablesampleBernoulli
(Number size) TheTABLESAMPLE_BERNOULLI
operator.@NotNull TableSampleRowsStep
<R> Table.tablesampleBernoulli
(Field<? extends Number> size) TheTABLESAMPLE_BERNOULLI
operator.@NotNull TableSampleRowsStep
<R> Table.tablesampleSystem
(Number size) TheTABLESAMPLE_SYSTEM
operator.@NotNull TableSampleRowsStep
<R> Table.tablesampleSystem
(Field<? extends Number> size) TheTABLESAMPLE_SYSTEM
operator.