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