toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
ISqlExpressionBuilder
/
asLiteral
as
Literal
open
fun
<
T
,
S
:
T
?
>
ExpressionWithColumnType
<
S
>
.
asLiteral
(
value
:
T
)
:
LiteralOp
<
T
>
Returns the specified
value
as a literal of type
T
.