Uses of Interface
com.sap.cds.JSONizable
Packages that use JSONizable
-
Uses of JSONizable in com.sap.cds
Subinterfaces of JSONizable in com.sap.cdsModifier and TypeInterfaceDescriptioninterfaceRepresents data of CDS objects, which can be accessed as aMap<String, Object>and hold additional metadata.interfaceinterfaceRepresents the result data returned by theCdsDataStore.interfaceRepresents a single result data set of theCdsDataStore. -
Uses of JSONizable in com.sap.cds.ql
Subinterfaces of JSONizable in com.sap.cds.qlModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceDelete<T extends StructuredType<?>>The Delete Builder allows to construct CDS QL delete statements, which can be executed via theCdsDataStore.interfaceElementRef<T>interfaceExpand<T extends StructuredType<?>>interfaceFilterableStatement<T,S extends FilterableStatement<T, ?>> interfaceFunctionCall<T>interfaceThe Insert builder allows to construct CDS QL insert statements, which can be executed via theCdsDataStore.interfaceLiteral<T>interfaceinterfaceParameter<T>interfacestatic interfaceA modifiable ref segment.interfaceSource<T extends StructuredType<?>>interfaceStructuredType<T extends StructuredType<T>>Builder to define sets of structured CDS entities and types using filtered path expressions, to define predicates on these sets, and to address elements of structured types.interfaceinterfaceUpdate<T extends StructuredType<?>>The Update Builder allows to construct CDS QL update statements, which can be executed via theCdsDataStore.interfaceThe Upsert builder allows to construct a CDS QL Upsert statements, which can be executed via theCdsDataStore.interfaceValue<T>Classes in com.sap.cds.ql that implement JSONizableModifier and TypeClassDescriptionclassSelect<T extends StructuredType<?>>The Select builder allows to construct CDS QL select statements, which can be executed via theCdsDataStore.class -
Uses of JSONizable in com.sap.cds.ql.cqn
Subinterfaces of JSONizable in com.sap.cds.ql.cqnModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceCqnLiteral<T>A CQN literal value of typeCqnLiteral.interfaceinterfacePredicate that tests whether any|all elements of an entity set match a given conditioninterfaceinterfaceinterfaceCqnNumericLiteral<N extends Number>interfaceinterfaceinterfaceinterfacestatic interfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceinterfaceCqnTemporalLiteral<E extends Temporal>interfaceinterfaceinterfaceinterfaceinterfaceClasses in com.sap.cds.ql.cqn that implement JSONizable