kimmer-sql
0.2.7
kimmer-sql
/
org.babyfish.kimmer.sql.ast
/
MutableDelete
Mutable
Delete
interface
MutableDelete
<
E
:
Entity
<
ID
>
,
ID
:
Comparable
<
ID
>
>
Content copied to clipboard
Functions
Properties
Functions
where
Link copied to clipboard
abstract
fun
where
(
vararg
predicates
:
NonNullExpression
<
Boolean
>
?
)
Content copied to clipboard
abstract
fun
where
(
block
:
(
)
->
NonNullExpression
<
Boolean
>
?
)
Content copied to clipboard
Properties
table
Link copied to clipboard
abstract
val
table
:
NonNullTable
<
E
,
ID
>
Content copied to clipboard