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
/
Between
Between
data
class
Between
(
val
subject
:
Operand
,
val
a
:
Operand
,
val
b
:
Operand
)
:
SqlPredicate
(
source
)
Members
Constructors
Between
Link copied to clipboard
constructor
(
subject
:
Operand
,
a
:
Operand
,
b
:
Operand
)
Properties
a
Link copied to clipboard
val
a
:
Operand
b
Link copied to clipboard
val
b
:
Operand
subject
Link copied to clipboard
val
subject
:
Operand
Functions
to
Quoted
Link copied to clipboard
open
override
fun
toQuoted
(
effectiveSettings
:
EffectiveSettings
)
:
String