Uses of Interface
io.army.criteria.postgre.PostgreCommand._DeclareForQueryClause
Packages that use PostgreCommand._DeclareForQueryClause
-
Uses of PostgreCommand._DeclareForQueryClause in io.army.criteria.postgre
Subinterfaces of PostgreCommand._DeclareForQueryClause in io.army.criteria.postgreModifier and TypeInterfaceDescriptionstatic interfacePostgreCommand._DeclareWithHoldSpec<I extends io.army.criteria.Item>Methods in io.army.criteria.postgre that return PostgreCommand._DeclareForQueryClauseModifier and TypeMethodDescriptionPostgreCommand._DeclareWithHoldSpec.ifWithHold(java.util.function.BooleanSupplier predicate) PostgreCommand._DeclareWithHoldSpec.ifWithoutHold(java.util.function.BooleanSupplier predicate) PostgreCommand._DeclareWithHoldSpec.withHold()PostgreCommand._DeclareWithHoldSpec.withoutHold()