Selekt
Toggle table of contents
0.30.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Selekt
selekt-java
/
com.bloomberg.selekt
/
SQLDatabase
/
batch
batch
fun
batch
(
sql
:
String
,
bindArgs
:
Sequence
<
Array
<
out
Any
?
>
>
)
:
Int
(
source
)
fun
batch
(
sql
:
String
,
bindArgs
:
List
<
Array
<
out
Any
?
>
>
)
:
Int
(
source
)
fun
batch
(
sql
:
String
,
bindArgs
:
Array
<
out
Array
<
out
Any
?
>
>
,
fromIndex
:
Int
=
0
,
toIndex
:
Int
=
bindArgs.size
)
:
Int
(
source
)
fun
batch
(
sql
:
String
,
bindArgs
:
Iterable
<
Array
<
out
Any
?
>
>
)
:
Int
(
source
)
fun
batch
(
sql
:
String
,
bindArgs
:
Stream
<
Array
<
out
Any
?
>
>
)
:
Int
(
source
)