toggle menu
4.1.1
jvm
switch theme
search in API
ktorm-core
/
org.ktorm.dsl
/
delete
delete
fun
<
T
:
BaseTable
<
*
>
>
Database
.
delete
(
table
:
T
,
predicate
:
(
T
)
->
ColumnDeclaring
<
Boolean
>
)
:
Int
(
source
)
Delete the records in the
table
that matches the given
predicate
.
Since
2.7