Uses of Interface
io.army.criteria.postgre.PostgreQuery._CteComma
Packages that use PostgreQuery._CteComma
-
Uses of PostgreQuery._CteComma in io.army.criteria.postgre
Subinterfaces of PostgreQuery._CteComma in io.army.criteria.postgreModifier and TypeInterfaceDescriptionstatic interfacePostgreQuery._StaticCteCycleSpec<I extends io.army.criteria.Item>static interfacePostgreQuery._StaticCteSearchSpec<I extends io.army.criteria.Item>Methods in io.army.criteria.postgre with type parameters of type PostgreQuery._CteCommaModifier and TypeMethodDescription<R extends PostgreQuery._CteComma<I>>
RPostgreQuery._StaticCteAsClause.as(Postgres.WordMaterialized modifier, java.util.function.Function<PostgreQuery._StaticCteComplexCommandSpec<I>, R> function) <R extends PostgreQuery._CteComma<I>>
RPostgreQuery._StaticCteAsClause.as(java.util.function.Function<PostgreQuery._StaticCteComplexCommandSpec<I>, R> function)