Class HierarchyFunctionMapper<T extends CqnHierarchy>
java.lang.Object
com.sap.cds.jdbc.hana.hierarchies.HierarchyFunctionMapper<T>
- All Implemented Interfaces:
TableFunctionMapper
public abstract class HierarchyFunctionMapper<T extends CqnHierarchy>
extends Object
implements TableFunctionMapper
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic <T extends CqnHierarchy>
HierarchyFunctionMapper<T>create(Context context, List<PreparedCqnStmt.Parameter> params, T hierarchy) protected CdsStructuredTyperowType()toSQL()
-
Field Details
-
context
-
hierarchy
-
params
-
toSQL
-
model
-
-
Method Details
-
toSQL
- Specified by:
toSQLin interfaceTableFunctionMapper
-
rowType
-
create
public static <T extends CqnHierarchy> HierarchyFunctionMapper<T> create(Context context, List<PreparedCqnStmt.Parameter> params, T hierarchy)
-