Package | Description |
---|---|
com.sap.cds.ql | |
com.sap.cds.ql.cqn |
Modifier and Type | Interface and Description |
---|---|
interface |
Literal<T> |
Modifier and Type | Interface and Description |
---|---|
interface |
CqnBooleanLiteral |
interface |
CqnNumericLiteral<N extends Number> |
interface |
CqnStringLiteral |
interface |
CqnStructuredLiteral |
interface |
CqnTemporalLiteral<E extends Temporal> |
Modifier and Type | Method and Description |
---|---|
default CqnLiteral<?> |
CqnValue.asLiteral()
Casts this value to
CqnLiteral . |
default CqnLiteral<?> |
CqnLiteral.asLiteral() |
Modifier and Type | Method and Description |
---|---|
default CqnValue |
Modifier.literal(CqnLiteral<?> value)
|
default CqnValue |
CqnModifier.literal(CqnLiteral<?> literal)
Deprecated.
|
default void |
CqnVisitor.visit(CqnLiteral<?> literal)
Called for each traversed
literal unless the more specific
methods CqnVisitor.visit(CqnBooleanLiteral) , CqnVisitor.visit(CqnNumericLiteral) ,
CqnVisitor.visit(CqnStringLiteral) or CqnVisitor.visit(CqnTemporalLiteral) are
implemented |
Copyright © 2023 SAP. All rights reserved.