exposed
Toggle table of contents
1.3.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
exposed
exposed-core
/
org.jetbrains.exposed.v1.core
/
vectorParam
vector
Param
fun
vectorParam
(
value
:
FloatArray
)
:
Expression
<
FloatArray
>
fun
vectorParam
(
value
:
IntArray
)
:
Expression
<
IntArray
>
Returns the specified
value
as a string query parameter.