Uses of Interface
com.sap.cds.ql.cqn.CqnLiteral
Packages that use CqnLiteral
-
Uses of CqnLiteral in com.sap.cds.ql
Subinterfaces of CqnLiteral in com.sap.cds.ql -
Uses of CqnLiteral in com.sap.cds.ql.cqn
Subinterfaces of CqnLiteral in com.sap.cds.ql.cqnModifier and TypeInterfaceDescriptioninterfaceinterfaceCqnNumericLiteral<N extends Number>interfaceinterfaceinterfaceCqnTemporalLiteral<E extends Temporal>interfaceMethods in com.sap.cds.ql.cqn that return CqnLiteralModifier and TypeMethodDescriptiondefault CqnLiteral<?>CqnLiteral.asLiteral()default CqnLiteral<?>CqnValue.asLiteral()Casts this value toCqnLiteral.Methods in com.sap.cds.ql.cqn that return types with arguments of type CqnLiteralModifier and TypeMethodDescriptiondefault Stream<CqnLiteral<?>>CqnLiteral.ofLiteral()default Stream<CqnLiteral<?>>CqnValue.ofLiteral()Methods in com.sap.cds.ql.cqn with parameters of type CqnLiteralModifier and TypeMethodDescriptiondefault CqnValueModifier.literal(CqnLiteral<?> value) default voidCqnVisitor.visit(CqnLiteral<?> literal) Called for each traversedliteralunless the more specific methodsCqnVisitor.visit(CqnBooleanLiteral),CqnVisitor.visit(CqnNumericLiteral),CqnVisitor.visit(CqnStringLiteral)orCqnVisitor.visit(CqnTemporalLiteral)are implemented