Skip to content

Commit

Permalink
Run apiDump and review the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 25, 2024
1 parent 4d0075d commit 4a47053
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions core/api/exposed-vertx-sql-client-core.api
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ public final class com/huanshankeji/exposedvertxsqlclient/ConnectionType : java/
public static fun values ()[Lcom/huanshankeji/exposedvertxsqlclient/ConnectionType;
}

public final class com/huanshankeji/exposedvertxsqlclient/DatabaseClient {
public final class com/huanshankeji/exposedvertxsqlclient/DatabaseClient : com/huanshankeji/kotlinx/coroutine/CoroutineAutoCloseable {
public fun <init> (Lio/vertx/sqlclient/SqlClient;Lorg/jetbrains/exposed/sql/Database;ZZ)V
public synthetic fun <init> (Lio/vertx/sqlclient/SqlClient;Lorg/jetbrains/exposed/sql/Database;ZZILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun close (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public fun close (Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun createTable (Lorg/jetbrains/exposed/sql/Table;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun doExecute (Lorg/jetbrains/exposed/sql/statements/Statement;Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
public final fun dropTable (Lorg/jetbrains/exposed/sql/Table;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
Expand Down Expand Up @@ -130,6 +130,7 @@ public final class com/huanshankeji/exposedvertxsqlclient/local/LocalConnectionC
public static final field SOCKET_HOST Ljava/lang/String;
public fun <init> (Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
public synthetic fun <init> (Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
public final fun getConnectionConfig (Lcom/huanshankeji/exposedvertxsqlclient/ConnectionType;)Lcom/huanshankeji/exposedvertxsqlclient/ConnectionConfig;
public final fun getDatabase ()Ljava/lang/String;
public final fun getSocketConnectionConfig ()Lcom/huanshankeji/exposedvertxsqlclient/ConnectionConfig$Socket;
public final fun getSocketConnectionPassword ()Ljava/lang/String;
Expand Down

0 comments on commit 4a47053

Please sign in to comment.