Package io.army.criteria.postgre
Interface PostgreStatement._StaticTableSampleClause<R>
- All Known Subinterfaces:
PostgreDelete._TableSampleJoinSpec<I,,Q> PostgreDelete._TableSampleOnSpec<I,,Q> PostgreQuery._TableSampleJoinSpec<I>,PostgreQuery._TableSampleOnSpec<I>,PostgreStatement._DynamicTableSampleJoinSpec,PostgreStatement._DynamicTableSampleOnSpec,PostgreStatement._NestedTableSampleCrossSpec<I>,PostgreStatement._NestedTableSampleJoinSpec<I>,PostgreStatement._NestedTableSampleOnSpec<I>,PostgreStatement._TableSampleClause<R>,PostgreUpdate._TableSampleJoinSpec<I,,Q> PostgreUpdate._TableSampleOnSpec<I,Q>
- Enclosing interface:
PostgreStatement
public static interface PostgreStatement._StaticTableSampleClause<R>
-
Method Summary
Modifier and TypeMethodDescription<E> RifTableSample(java.util.function.BiFunction<java.util.function.BiFunction<io.army.mapping.MappingType, E, io.army.criteria.Expression>, E, io.army.criteria.Expression> method, java.util.function.BiFunction<io.army.mapping.MappingType, E, io.army.criteria.Expression> valueOperator, java.util.function.Supplier<E> supplier) ifTableSample(java.util.function.BiFunction<java.util.function.BiFunction<io.army.mapping.MappingType, Object, io.army.criteria.Expression>, Object, io.army.criteria.Expression> method, java.util.function.BiFunction<io.army.mapping.MappingType, Object, io.army.criteria.Expression> valueOperator, java.util.function.Function<String, ?> function, String keyName) ifTableSample(java.util.function.Supplier<io.army.criteria.Expression> supplier) tableSample(io.army.criteria.Expression method) <E> RtableSample(java.util.function.BiFunction<java.util.function.BiFunction<io.army.mapping.MappingType, E, io.army.criteria.Expression>, E, io.army.criteria.Expression> method, java.util.function.BiFunction<io.army.mapping.MappingType, E, io.army.criteria.Expression> valueOperator, java.util.function.Supplier<E> supplier) tableSample(java.util.function.BiFunction<java.util.function.BiFunction<io.army.mapping.MappingType, io.army.criteria.Expression, io.army.criteria.Expression>, io.army.criteria.Expression, io.army.criteria.Expression> method, java.util.function.BiFunction<io.army.mapping.MappingType, io.army.criteria.Expression, io.army.criteria.Expression> valueOperator, io.army.criteria.Expression argument) tableSample(java.util.function.BiFunction<java.util.function.BiFunction<io.army.mapping.MappingType, Object, io.army.criteria.Expression>, Object, io.army.criteria.Expression> method, java.util.function.BiFunction<io.army.mapping.MappingType, Object, io.army.criteria.Expression> valueOperator, java.util.function.Function<String, ?> function, String keyName)
-
Method Details
-
tableSample
-
tableSample
R tableSample(java.util.function.BiFunction<java.util.function.BiFunction<io.army.mapping.MappingType, io.army.criteria.Expression, io.army.criteria.Expression>, io.army.criteria.Expression, io.army.criteria.Expression> method, java.util.function.BiFunction<io.army.mapping.MappingType, io.army.criteria.Expression, io.army.criteria.Expression> valueOperator, io.army.criteria.Expression argument) -
tableSample
<E> R tableSample(java.util.function.BiFunction<java.util.function.BiFunction<io.army.mapping.MappingType, E, io.army.criteria.Expression>, E, io.army.criteria.Expression> method, java.util.function.BiFunction<io.army.mapping.MappingType, E, io.army.criteria.Expression> valueOperator, java.util.function.Supplier<E> supplier) -
tableSample
R tableSample(java.util.function.BiFunction<java.util.function.BiFunction<io.army.mapping.MappingType, Object, io.army.criteria.Expression>, Object, io.army.criteria.Expression> method, java.util.function.BiFunction<io.army.mapping.MappingType, Object, io.army.criteria.Expression> valueOperator, java.util.function.Function<String, ?> function, String keyName) -
ifTableSample
-
ifTableSample
<E> R ifTableSample(java.util.function.BiFunction<java.util.function.BiFunction<io.army.mapping.MappingType, E, io.army.criteria.Expression>, E, io.army.criteria.Expression> method, java.util.function.BiFunction<io.army.mapping.MappingType, E, io.army.criteria.Expression> valueOperator, java.util.function.Supplier<E> supplier) -
ifTableSample
R ifTableSample(java.util.function.BiFunction<java.util.function.BiFunction<io.army.mapping.MappingType, Object, io.army.criteria.Expression>, Object, io.army.criteria.Expression> method, java.util.function.BiFunction<io.army.mapping.MappingType, Object, io.army.criteria.Expression> valueOperator, java.util.function.Function<String, ?> function, String keyName)
-