Toggle table of contents
4.2.0
jvm
Platform filter
jvm
Switch theme
Search in API
ktorm
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.