JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
com.sap.cds.ql.Literal
Packages that use
Literal
Package
Description
com.sap.cds.ql
Uses of
Literal
in
com.sap.cds.ql
Subinterfaces of
Literal
in
com.sap.cds.ql
Modifier and Type
Interface
Description
interface
BooleanValue
Methods in
com.sap.cds.ql
that return
Literal
Modifier and Type
Method
Description
static <T>
Literal
<T>
CQL.
constant
(T value)
Creates a
Value
of type
CQL
with a hint that the value should be treated as constant.
<T>
Literal
<T>
CqnBuilder.QueryBuilderSupport.
constant
(T value)
static <T>
Literal
<T>
CQL.
val
(T value)
Creates a
Value
of type
CQL
.
<T>
Literal
<T>
CqnBuilder.QueryBuilderSupport.
val
(T value)