Uses of Interface
com.sap.cds.reflect.CdsStructuredType
Packages that use CdsStructuredType
Package
Description
-
Uses of CdsStructuredType in com.sap.cds
Methods in com.sap.cds that return CdsStructuredTypeModifier and TypeMethodDescriptionCqnTableFunction.rowType(CdsStructuredType sourceRowType) Result.rowType()Returns the row type of this result.Methods in com.sap.cds with parameters of type CdsStructuredTypeModifier and TypeMethodDescriptionvoidCdsDataProcessor.process(Iterable<? extends Map<String, Object>> entries, CdsStructuredType entryType) Runs the CdsDataProcessor on the given data entries.voidCdsDataProcessor.process(Map<String, Object> entry, CdsStructuredType entryType) Runs the CdsDataProcessor on the given data entry.voidCdsDiffProcessor.process(Iterable<? extends Map<String, Object>> newImages, Iterable<? extends Map<String, Object>> oldImages, CdsStructuredType type) Runs the CdsDiffProcessor on the new and old images of the data represented as a collection of entries or an instances of theResultvoidCdsDiffProcessor.process(Map<String, Object> newImage, Map<String, Object> oldImage, CdsStructuredType type) Runs the CdsDiffProcessor on the new and old image of the data.CqnTableFunction.rowType(CdsStructuredType sourceRowType) abstract ResultBuilderResultBuilder.rowType(CdsStructuredType rowType) Specifies theCdsStructuredTypethat represents the row type of this result. -
Uses of CdsStructuredType in com.sap.cds.ql.cqn
Methods in com.sap.cds.ql.cqn that return CdsStructuredTypeModifier and TypeMethodDescriptionResolvedSegment.type()Returns theCdsStructuredTypethat is referenced by theCqnReference.Segment.Methods in com.sap.cds.ql.cqn with parameters of type CdsStructuredTypeModifier and TypeMethodDescriptionCqnUpdate.elements(CdsStructuredType target) The elements to be updated by this statement.CqnXsert.elements(CdsStructuredType target) The elements to be xserted by the statement. -
Uses of CdsStructuredType in com.sap.cds.ql.cqn.transformation
Methods in com.sap.cds.ql.cqn.transformation that return CdsStructuredTypeModifier and TypeMethodDescriptiondefault CdsStructuredTypeCqnTransformation.rowType(CdsStructuredType in) Methods in com.sap.cds.ql.cqn.transformation with parameters of type CdsStructuredTypeModifier and TypeMethodDescriptiondefault CdsStructuredTypeCqnTransformation.rowType(CdsStructuredType in) -
Uses of CdsStructuredType in com.sap.cds.reflect
Subinterfaces of CdsStructuredType in com.sap.cds.reflectMethods in com.sap.cds.reflect with type parameters of type CdsStructuredTypeModifier and TypeMethodDescription<S extends CdsStructuredType>
SCdsStructuredType.getTargetOf(String path) Returns the targetCdsStructuredTypeof the given navigation path.Methods in com.sap.cds.reflect that return CdsStructuredTypeModifier and TypeMethodDescriptionGet an aspect definition via its fully qualified name.CdsModel.getStructuredType(String qualifiedName) Get aCdsStructuredTypevia its fully qualified name.Methods in com.sap.cds.reflect that return types with arguments of type CdsStructuredTypeModifier and TypeMethodDescriptionCdsModel.aspects()Returns a sequentialStreamover all aspect definitions in this model.CdsModel.findAspect(String qualifiedName) Returns anOptionalwrapping an aspect definition.CdsModel.findStructuredType(String qualifiedName) Returns anOptionalwrapping aCdsStructuredType.CdsAssociationType.getTargetAspect()CdsModel.structuredTypes()Returns a sequentialStreamover allCdsStructuredTypedefinitions in this model.Methods in com.sap.cds.reflect with parameters of type CdsStructuredType