kontrol-db
Toggle table of contents
local-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kontrol-db
kontrol-db-core
/
net.futureset.kontroldb.modelchange
/
AllOf
All
Of
data
class
AllOf
(
val
predicates
:
List
<
SqlPredicate
>
)
:
SqlPredicate
(
source
)
Members
Constructors
All
Of
Link copied to clipboard
constructor
(
predicates
:
List
<
SqlPredicate
>
)
Properties
predicates
Link copied to clipboard
val
predicates
:
List
<
SqlPredicate
>
Functions
is
Empty
Link copied to clipboard
open
override
fun
isEmpty
(
)
:
Boolean
plus
Link copied to clipboard
open
operator override
fun
plus
(
predicate
:
SqlPredicate
)
:
AllOf
to
Quoted
Link copied to clipboard
open
override
fun
toQuoted
(
effectiveSettings
:
EffectiveSettings
)
:
String