toggle menu
exposed
0.56.0
jvm
switch theme
search in API
exposed-core
/
org.jetbrains.exposed.sql.statements.api
/
PreparedStatementApi
/
setArray
set
Array
abstract
fun
setArray
(
index
:
Int
,
type
:
String
,
array
:
Array
<
*
>
)
Sets the statement parameter at the
index
position to the provided
array
of SQL
type
.