Package com.sap.cds.impl.sql
Class CommonTableExpression
java.lang.Object
com.sap.cds.impl.sql.CommonTableExpression
- All Implemented Interfaces:
CTE
-
Constructor Summary
ConstructorsConstructorDescriptionCommonTableExpression(Context context, CdsEntity entity, CqnSelect statement, CdsStructuredType sourceType) CommonTableExpression(Context context, String name, CqnSource source, CdsStructuredType sourceType) -
Method Summary
-
Constructor Details
-
CommonTableExpression
public CommonTableExpression(Context context, CdsEntity entity, CqnSelect statement, CdsStructuredType sourceType) -
CommonTableExpression
public CommonTableExpression(Context context, String name, CqnSource source, CdsStructuredType sourceType)
-
-
Method Details
-
with
public static Stream<String> with(Context context, Deque<QatSelectableNode> outer, List<PreparedCqnStmt.Parameter> params, Map<String, CTE> ctes) -
collect
-
toSQL
-
subCTEs
-
params
-
name
-