toggle menu
4.1.1
jvm
switch theme
search in API
ktorm-core
/
org.ktorm.dsl
/
BatchUpdateStatementBuilder
Batch
Update
Statement
Builder
class
BatchUpdateStatementBuilder
<
T
:
BaseTable
<
*
>
>
(
table
:
T
)
(
source
)
DSL builder for batch update statements.
Members
Constructors
Batch
Update
Statement
Builder
Link copied to clipboard
constructor
(
table
:
T
)
Functions
item
Link copied to clipboard
fun
item
(
block
:
UpdateStatementBuilder
.
(
T
)
->
Unit
)
Add an update statement to the current batch operation.