Interface CompareIfExists<Children>
- All Superinterfaces:
Compare<Children>,Serializable
- All Known Implementing Classes:
KtAbstractLambdaWrapper,KtAbstractWrapper,KtDeleteJoinWrapper,KtLambdaWrapper,KtUpdateJoinWrapper
IfExists
- Since:
- 1.4.9
- Author:
- yulichang
-
Method Summary
Modifier and TypeMethodDescriptiondefault ChildreneqIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val) default ChildreneqIfExists(kotlin.reflect.KProperty<?> column, Object val) default ChildrengeIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val) default ChildrengeIfExists(kotlin.reflect.KProperty<?> column, Object val) default ChildrengtIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val) default ChildrengtIfExists(kotlin.reflect.KProperty<?> column, Object val) default ChildrenleIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val) default ChildrenleIfExists(kotlin.reflect.KProperty<?> column, Object val) default ChildrenlikeIfExists(String alisa, kotlin.reflect.KProperty<?> column, Object val) default ChildrenlikeIfExists(kotlin.reflect.KProperty<?> column, Object val) default ChildrenlikeLeftIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val) default ChildrenlikeLeftIfExists(kotlin.reflect.KProperty<?> column, Object val) default ChildrenlikeRightIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val) default ChildrenlikeRightIfExists(kotlin.reflect.KProperty<?> column, Object val) default ChildrenltIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val) default ChildrenltIfExists(kotlin.reflect.KProperty<?> column, Object val) default ChildrenneIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val) default ChildrenneIfExists(kotlin.reflect.KProperty<?> column, Object val) default ChildrennotLikeIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val) default ChildrennotLikeIfExists(kotlin.reflect.KProperty<?> column, Object val) default ChildrennotLikeLeftIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val) default ChildrennotLikeLeftIfExists(kotlin.reflect.KProperty<?> column, Object val) default ChildrennotLikeRightIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val) default ChildrennotLikeRightIfExists(kotlin.reflect.KProperty<?> column, Object val) Methods inherited from interface com.github.yulichang.extension.kt.interfaces.Compare
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, notLikeRight
-
Method Details
-
getIfExists
BiPredicate<Object,IfExistsSqlKeyWordEnum> getIfExists() -
eqIfExists
-
eqIfExists
-
neIfExists
-
neIfExists
-
gtIfExists
-
gtIfExists
-
geIfExists
-
geIfExists
-
ltIfExists
-
ltIfExists
-
leIfExists
-
leIfExists
-
likeIfExists
-
likeIfExists
-
notLikeIfExists
-
notLikeIfExists
-
likeLeftIfExists
-
likeLeftIfExists
-
notLikeLeftIfExists
-
notLikeLeftIfExists
-
likeRightIfExists
-
likeRightIfExists
-
notLikeRightIfExists
-
notLikeRightIfExists
-