toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql
/
idParam
id
Param
fun
<
T
:
Any
>
idParam
(
value
:
EntityID
<
T
>
,
column
:
Column
<
EntityID
<
T
>
>
)
:
Expression
<
EntityID
<
T
>
>
Returns the specified
value
as a query parameter with the same type as
column
.