public interface CompareIfExists<Children> extends Compare<Children>
| 限定符和类型 | 方法和说明 |
|---|---|
default Children |
eqIfExists(kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
eqIfExists(String alias,
kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
geIfExists(kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
geIfExists(String alias,
kotlin.reflect.KProperty<?> column,
Object val) |
java.util.function.BiPredicate<Object,IfExistsSqlKeyWordEnum> |
getIfExists() |
default Children |
gtIfExists(kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
gtIfExists(String alias,
kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
leIfExists(kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
leIfExists(String alias,
kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
likeIfExists(kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
likeIfExists(String alisa,
kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
likeLeftIfExists(kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
likeLeftIfExists(String alias,
kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
likeRightIfExists(kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
likeRightIfExists(String alias,
kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
ltIfExists(kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
ltIfExists(String alias,
kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
neIfExists(kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
neIfExists(String alias,
kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
notLikeIfExists(kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
notLikeIfExists(String alias,
kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
notLikeLeftIfExists(kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
notLikeLeftIfExists(String alias,
kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
notLikeRightIfExists(kotlin.reflect.KProperty<?> column,
Object val) |
default Children |
notLikeRightIfExists(String alias,
kotlin.reflect.KProperty<?> column,
Object val) |
allEq, allEq, allEq, between, between, between, between, eq, eq, eq, eq, ge, ge, ge, ge, gt, gt, gt, gt, le, le, le, le, like, like, like, like, likeLeft, likeLeft, likeLeft, likeLeft, likeRight, likeRight, likeRight, likeRight, lt, lt, lt, lt, ne, ne, ne, ne, notBetween, notBetween, notBetween, notBetween, notLike, notLike, notLike, notLike, notLikeLeft, notLikeLeft, notLikeLeft, notLikeLeft, notLikeRight, notLikeRight, notLikeRight, notLikeRightjava.util.function.BiPredicate<Object,IfExistsSqlKeyWordEnum> getIfExists()
default Children eqIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
default Children neIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
default Children gtIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
default Children geIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
default Children ltIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
default Children leIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
default Children likeIfExists(String alisa, kotlin.reflect.KProperty<?> column, Object val)
default Children notLikeIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
default Children likeLeftIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
default Children notLikeLeftIfExists(kotlin.reflect.KProperty<?> column, Object val)
default Children notLikeLeftIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
default Children likeRightIfExists(kotlin.reflect.KProperty<?> column, Object val)
default Children likeRightIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
default Children notLikeRightIfExists(kotlin.reflect.KProperty<?> column, Object val)
Copyright © 2024. All rights reserved.