Package io.army.criteria.postgre
Interface PostgreQuery._StaticCteAsClause<I extends io.army.criteria.Item>
- All Known Subinterfaces:
PostgreQuery._StaticCteParensSpec<I>
- Enclosing interface:
PostgreQuery
public static interface PostgreQuery._StaticCteAsClause<I extends io.army.criteria.Item>
-
Method Summary
Modifier and TypeMethodDescription<R extends PostgreQuery._CteComma<I>>
Ras(Postgres.WordMaterialized modifier, java.util.function.Function<PostgreQuery._StaticCteComplexCommandSpec<I>, R> function) <R extends PostgreQuery._CteComma<I>>
Ras(java.util.function.Function<PostgreQuery._StaticCteComplexCommandSpec<I>, R> function)
-
Method Details
-
as
<R extends PostgreQuery._CteComma<I>> R as(java.util.function.Function<PostgreQuery._StaticCteComplexCommandSpec<I>, R> function) -
as
<R extends PostgreQuery._CteComma<I>> R as(@Nullable Postgres.WordMaterialized modifier, java.util.function.Function<PostgreQuery._StaticCteComplexCommandSpec<I>, R> function)
-