Interface CompareIfExists<Children>

All Superinterfaces:
Compare<Children>, Serializable
All Known Implementing Classes:
KtAbstractLambdaWrapper, KtAbstractWrapper, KtDeleteJoinWrapper, KtLambdaWrapper, KtUpdateJoinWrapper

public interface CompareIfExists<Children> extends Compare<Children>
IfExists
Since:
1.4.9
Author:
yulichang
  • Method Details

    • getIfExists

    • eqIfExists

      default Children eqIfExists(kotlin.reflect.KProperty<?> column, Object val)
    • eqIfExists

      default Children eqIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
    • neIfExists

      default Children neIfExists(kotlin.reflect.KProperty<?> column, Object val)
    • neIfExists

      default Children neIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
    • gtIfExists

      default Children gtIfExists(kotlin.reflect.KProperty<?> column, Object val)
    • gtIfExists

      default Children gtIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
    • geIfExists

      default Children geIfExists(kotlin.reflect.KProperty<?> column, Object val)
    • geIfExists

      default Children geIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
    • ltIfExists

      default Children ltIfExists(kotlin.reflect.KProperty<?> column, Object val)
    • ltIfExists

      default Children ltIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
    • leIfExists

      default Children leIfExists(kotlin.reflect.KProperty<?> column, Object val)
    • leIfExists

      default Children leIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
    • likeIfExists

      default Children likeIfExists(kotlin.reflect.KProperty<?> column, Object val)
    • likeIfExists

      default Children likeIfExists(String alisa, kotlin.reflect.KProperty<?> column, Object val)
    • notLikeIfExists

      default Children notLikeIfExists(kotlin.reflect.KProperty<?> column, Object val)
    • notLikeIfExists

      default Children notLikeIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
    • likeLeftIfExists

      default Children likeLeftIfExists(kotlin.reflect.KProperty<?> column, Object val)
    • likeLeftIfExists

      default Children likeLeftIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
    • notLikeLeftIfExists

      default Children notLikeLeftIfExists(kotlin.reflect.KProperty<?> column, Object val)
    • notLikeLeftIfExists

      default Children notLikeLeftIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
    • likeRightIfExists

      default Children likeRightIfExists(kotlin.reflect.KProperty<?> column, Object val)
    • likeRightIfExists

      default Children likeRightIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)
    • notLikeRightIfExists

      default Children notLikeRightIfExists(kotlin.reflect.KProperty<?> column, Object val)
    • notLikeRightIfExists

      default Children notLikeRightIfExists(String alias, kotlin.reflect.KProperty<?> column, Object val)