Package io.army.criteria.postgre
Interface PostgreCommand._DeclareWithHoldSpec<I extends io.army.criteria.Item>
- All Superinterfaces:
PostgreCommand._DeclareForQueryClause<I>
- Enclosing interface:
PostgreCommand
public static interface PostgreCommand._DeclareWithHoldSpec<I extends io.army.criteria.Item>
extends PostgreCommand._DeclareForQueryClause<I>
-
Method Summary
Modifier and TypeMethodDescriptionifWithHold(java.util.function.BooleanSupplier predicate) ifWithoutHold(java.util.function.BooleanSupplier predicate) withHold()Methods inherited from interface io.army.criteria.postgre.PostgreCommand._DeclareForQueryClause
For
-
Method Details
-
withHold
PostgreCommand._DeclareForQueryClause<I> withHold() -
withoutHold
PostgreCommand._DeclareForQueryClause<I> withoutHold() -
ifWithHold
-
ifWithoutHold
PostgreCommand._DeclareForQueryClause<I> ifWithoutHold(java.util.function.BooleanSupplier predicate)
-