Skip to content

Commit

Permalink
Run apiDump
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 14, 2024
1 parent d20e166 commit a5a8240
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions exposed/api/kotlin-common-exposed.api
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@ public final class com/huanshankeji/exposed/StatementsKt {
public static synthetic fun deleteIgnoreWhereStatement$default (Lorg/jetbrains/exposed/sql/Table;Ljava/lang/Integer;Ljava/lang/Long;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lorg/jetbrains/exposed/sql/statements/DeleteStatement;
public static final fun deleteWhereStatement (Lorg/jetbrains/exposed/sql/Table;Ljava/lang/Integer;Ljava/lang/Long;Lkotlin/jvm/functions/Function2;)Lorg/jetbrains/exposed/sql/statements/DeleteStatement;
public static final fun deleteWhereStatement (Lorg/jetbrains/exposed/sql/Table;Lorg/jetbrains/exposed/sql/Op;ZLjava/lang/Integer;Ljava/lang/Long;)Lorg/jetbrains/exposed/sql/statements/DeleteStatement;
public static final fun deleteWhereStatement (Lorg/jetbrains/exposed/sql/Table;ZLjava/lang/Integer;Ljava/lang/Long;Lkotlin/jvm/functions/Function1;)Lorg/jetbrains/exposed/sql/statements/DeleteStatement;
public static synthetic fun deleteWhereStatement$default (Lorg/jetbrains/exposed/sql/Table;Ljava/lang/Integer;Ljava/lang/Long;Lkotlin/jvm/functions/Function2;ILjava/lang/Object;)Lorg/jetbrains/exposed/sql/statements/DeleteStatement;
public static synthetic fun deleteWhereStatement$default (Lorg/jetbrains/exposed/sql/Table;Lorg/jetbrains/exposed/sql/Op;ZLjava/lang/Integer;Ljava/lang/Long;ILjava/lang/Object;)Lorg/jetbrains/exposed/sql/statements/DeleteStatement;
public static synthetic fun deleteWhereStatement$default (Lorg/jetbrains/exposed/sql/Table;ZLjava/lang/Integer;Ljava/lang/Long;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lorg/jetbrains/exposed/sql/statements/DeleteStatement;
public static final fun insertIgnoreStatement (Lorg/jetbrains/exposed/sql/Table;Lkotlin/jvm/functions/Function2;)Lcom/huanshankeji/exposed/HelperInsertStatement;
public static final fun insertSelectStatement (Lorg/jetbrains/exposed/sql/Table;Lorg/jetbrains/exposed/sql/AbstractQuery;Ljava/util/List;Z)Lorg/jetbrains/exposed/sql/statements/InsertSelectStatement;
public static synthetic fun insertSelectStatement$default (Lorg/jetbrains/exposed/sql/Table;Lorg/jetbrains/exposed/sql/AbstractQuery;Ljava/util/List;ZILjava/lang/Object;)Lorg/jetbrains/exposed/sql/statements/InsertSelectStatement;
Expand Down

0 comments on commit a5a8240

Please sign in to comment.