Kiln
Toggle table of contents
1.0.0-alpha04
common
Target filter
common
Switch theme
Search in API
Skip to content
Kiln
runtime
/
io.github.sufarook.kiln.runtime
/
Predicate
Predicate
class
Predicate
A composed WHERE fragment plus its bound arguments.
Members
Properties
args
Link copied to clipboard
val
args
:
List
<
SqlArg
>
sql
Link copied to clipboard
val
sql
:
String
Functions
and
Link copied to clipboard
infix
fun
and
(
other
:
Predicate
)
:
Predicate
or
Link copied to clipboard
infix
fun
or
(
other
:
Predicate
)
:
Predicate