jimmer-sql-kotlin
0.7.66
jimmer-sql-kotlin
/
org.babyfish.jimmer.sql.kt.ast.query
/
KExample
/
Dsl
Dsl
class
Dsl
<
E
:
Any
>
Content copied to clipboard
Functions
Functions
ignore
Zero
Link copied to clipboard
fun
ignoreZero
(
prop
:
KProperty1
<
E
,
Number
?
>
)
Content copied to clipboard
ilike
Link copied to clipboard
fun
ilike
(
prop
:
KProperty1
<
E
,
String
?
>
,
likeMode
:
LikeMode
=
LikeMode.ANYWHERE
)
Content copied to clipboard
like
Link copied to clipboard
fun
like
(
prop
:
KProperty1
<
E
,
String
?
>
,
likeMode
:
LikeMode
=
LikeMode.ANYWHERE
)
Content copied to clipboard
match
Link copied to clipboard
fun
match
(
mode
:
KExample.MatchMode
)
Content copied to clipboard
fun
match
(
prop
:
KProperty1
<
E
,
*
>
,
mode
:
KExample.MatchMode
)
Content copied to clipboard
trim
Link copied to clipboard
fun
trim
(
)
Content copied to clipboard
fun
trim
(
prop
:
KProperty1
<
E
,
String
?
>
)
Content copied to clipboard