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