public class io.vertx.reactivex.mysqlclient.MySQLConnection extends io.vertx.reactivex.sqlclient.SqlConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.mysqlclient.MySQLConnection
  super_class: io.vertx.reactivex.sqlclient.SqlConnection
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.mysqlclient.MySQLConnection> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/reactivex/mysqlclient/MySQLConnection;>;

  private final io.vertx.mysqlclient.MySQLConnection delegate;
    descriptor: Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 82
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 83
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/reactivex/mysqlclient/MySQLConnection.getDelegate()Lio/vertx/mysqlclient/MySQLConnection; (5)
                  (Lio/vertx/reactivex/mysqlclient/MySQLConnection;)Ljava/lang/Object;
         2: .line 82
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.mysqlclient.MySQLConnection.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 84
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
         0: .line 66
            aload 0 /* this */
            getfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // java.lang.Object o
         0: .line 71
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 72
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 73
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.mysqlclient.MySQLConnection
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.mysqlclient.MySQLConnection that
         4: .line 74
            aload 0 /* this */
            getfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
            aload 2 /* that */
            getfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.mysqlclient.MySQLConnection that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
         0: .line 79
            aload 0 /* this */
            getfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;

  public void <init>(io.vertx.mysqlclient.MySQLConnection);
    descriptor: (Lio/vertx/mysqlclient/MySQLConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.mysqlclient.MySQLConnection delegate
         0: .line 89
            aload 0 /* this */
            aload 1 /* delegate */
            invokespecial io.vertx.reactivex.sqlclient.SqlConnection.<init>:(Lio/vertx/sqlclient/SqlConnection;)V
         1: .line 90
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
         2: .line 91
            return
        end local 1 // io.vertx.mysqlclient.MySQLConnection delegate
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    3     1  delegate  Lio/vertx/mysqlclient/MySQLConnection;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // java.lang.Object delegate
         0: .line 94
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.mysqlclient.MySQLConnection
            invokespecial io.vertx.reactivex.sqlclient.SqlConnection.<init>:(Lio/vertx/sqlclient/SqlConnection;)V
         1: .line 95
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.mysqlclient.MySQLConnection
            putfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
         2: .line 96
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.mysqlclient.MySQLConnection getDelegate();
    descriptor: ()Lio/vertx/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
         0: .line 99
            aload 0 /* this */
            getfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
            areturn
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;

  public static void connect(io.vertx.reactivex.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.mysqlclient.MySQLConnection>>);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // io.vertx.mysqlclient.MySQLConnectOptions connectOptions
        start local 2 // io.vertx.core.Handler handler
         0: .line 109
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* connectOptions */
            new io.vertx.reactivex.mysqlclient.MySQLConnection$1
            dup
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.mysqlclient.MySQLConnection$1.<init>:(Lio/vertx/core/Handler;)V
            invokestatic io.vertx.mysqlclient.MySQLConnection.connect:(Lio/vertx/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 118
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.mysqlclient.MySQLConnectOptions connectOptions
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0           vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  connectOptions  Lio/vertx/mysqlclient/MySQLConnectOptions;
            0    2     2         handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mysqlclient/MySQLConnection;>;>;
    Signature: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mysqlclient/MySQLConnection;>;>;)V
    MethodParameters:
                Name  Flags
      vertx           
      connectOptions  
      handler         

  public static void connect(io.vertx.reactivex.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // io.vertx.mysqlclient.MySQLConnectOptions connectOptions
         0: .line 126
            aload 0 /* vertx */
            aload 1 /* connectOptions */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$2(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokestatic io.vertx.reactivex.mysqlclient.MySQLConnection.connect:(Lio/vertx/reactivex/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 127
            return
        end local 1 // io.vertx.mysqlclient.MySQLConnectOptions connectOptions
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    2     0           vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  connectOptions  Lio/vertx/mysqlclient/MySQLConnectOptions;
    MethodParameters:
                Name  Flags
      vertx           
      connectOptions  

  public static io.reactivex.Single<io.vertx.reactivex.mysqlclient.MySQLConnection> rxConnect(io.vertx.reactivex.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;)Lio/reactivex/Single;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // io.vertx.mysqlclient.MySQLConnectOptions connectOptions
         0: .line 136
            aload 0 /* vertx */
            aload 1 /* connectOptions */
            invokedynamic accept(Lio/vertx/reactivex/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$3(Lio/vertx/reactivex/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;Lio/vertx/core/Handler;)V (6)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // io.vertx.mysqlclient.MySQLConnectOptions connectOptions
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0           vertx  Lio/vertx/reactivex/core/Vertx;
            0    1     1  connectOptions  Lio/vertx/mysqlclient/MySQLConnectOptions;
    Signature: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;)Lio/reactivex/Single<Lio/vertx/reactivex/mysqlclient/MySQLConnection;>;
    MethodParameters:
                Name  Flags
      vertx           
      connectOptions  

  public static void connect(io.vertx.reactivex.core.Vertx, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.mysqlclient.MySQLConnection>>);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // java.lang.String connectionUri
        start local 2 // io.vertx.core.Handler handler
         0: .line 148
            aload 0 /* vertx */
            invokevirtual io.vertx.reactivex.core.Vertx.getDelegate:()Lio/vertx/core/Vertx;
            aload 1 /* connectionUri */
            new io.vertx.reactivex.mysqlclient.MySQLConnection$2
            dup
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.mysqlclient.MySQLConnection$2.<init>:(Lio/vertx/core/Handler;)V
            invokestatic io.vertx.mysqlclient.MySQLConnection.connect:(Lio/vertx/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 157
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String connectionUri
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0          vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  connectionUri  Ljava/lang/String;
            0    2     2        handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mysqlclient/MySQLConnection;>;>;
    Signature: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mysqlclient/MySQLConnection;>;>;)V
    MethodParameters:
               Name  Flags
      vertx          
      connectionUri  
      handler        

  public static void connect(io.vertx.reactivex.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // java.lang.String connectionUri
         0: .line 165
            aload 0 /* vertx */
            aload 1 /* connectionUri */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokestatic io.vertx.reactivex.mysqlclient.MySQLConnection.connect:(Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 166
            return
        end local 1 // java.lang.String connectionUri
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0          vertx  Lio/vertx/reactivex/core/Vertx;
            0    2     1  connectionUri  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      vertx          
      connectionUri  

  public static io.reactivex.Single<io.vertx.reactivex.mysqlclient.MySQLConnection> rxConnect(io.vertx.reactivex.core.Vertx, java.lang.String);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.Vertx vertx
        start local 1 // java.lang.String connectionUri
         0: .line 175
            aload 0 /* vertx */
            aload 1 /* connectionUri */
            invokedynamic accept(Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$5(Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;)V (6)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String connectionUri
        end local 0 // io.vertx.reactivex.core.Vertx vertx
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0          vertx  Lio/vertx/reactivex/core/Vertx;
            0    1     1  connectionUri  Ljava/lang/String;
    Signature: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/mysqlclient/MySQLConnection;>;
    MethodParameters:
               Name  Flags
      vertx          
      connectionUri  

  public io.vertx.reactivex.mysqlclient.MySQLConnection prepare(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.sqlclient.PreparedStatement>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.Handler handler
         0: .line 187
            aload 0 /* this */
            getfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
            aload 1 /* sql */
            new io.vertx.reactivex.mysqlclient.MySQLConnection$3
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.mysqlclient.MySQLConnection$3.<init>:(Lio/vertx/reactivex/mysqlclient/MySQLConnection;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.mysqlclient.MySQLConnection.prepare:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
            pop
         1: .line 196
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1      sql  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/sqlclient/PreparedStatement;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/sqlclient/PreparedStatement;>;>;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    MethodParameters:
         Name  Flags
      sql      
      handler  

  public io.vertx.reactivex.mysqlclient.MySQLConnection prepare(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // java.lang.String sql
         0: .line 206
            aload 0 /* this */
            aload 1 /* sql */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.prepare:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
         1: .line 205
            areturn
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1   sql  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      sql   

  public io.reactivex.Single<io.vertx.reactivex.sqlclient.PreparedStatement> rxPrepare(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // java.lang.String sql
         0: .line 215
            aload 0 /* this */
            aload 1 /* sql */
            invokedynamic accept(Lio/vertx/reactivex/mysqlclient/MySQLConnection;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$7(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    1     1   sql  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/sqlclient/PreparedStatement;>;
    MethodParameters:
      Name  Flags
      sql   

  public io.vertx.reactivex.mysqlclient.MySQLConnection exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 226
            aload 0 /* this */
            getfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.mysqlclient.MySQLConnection.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
            pop
         1: .line 227
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mysqlclient.MySQLConnection closeHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 236
            aload 0 /* this */
            getfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.mysqlclient.MySQLConnection.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
            pop
         1: .line 237
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mysqlclient.MySQLConnection ping(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 246
            aload 0 /* this */
            getfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.mysqlclient.MySQLConnection.ping:(Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
            pop
         1: .line 247
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mysqlclient.MySQLConnection ping();
    descriptor: ()Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
         0: .line 256
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.ping:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
         1: .line 255
            areturn
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;

  public io.reactivex.Completable rxPing();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
         0: .line 264
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/mysqlclient/MySQLConnection;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$9(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;

  public io.vertx.reactivex.mysqlclient.MySQLConnection specifySchema(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // java.lang.String schemaName
        start local 2 // io.vertx.core.Handler handler
         0: .line 276
            aload 0 /* this */
            getfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
            aload 1 /* schemaName */
            aload 2 /* handler */
            invokeinterface io.vertx.mysqlclient.MySQLConnection.specifySchema:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
            pop
         1: .line 277
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String schemaName
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1  schemaName  Ljava/lang/String;
            0    2     2     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    MethodParameters:
            Name  Flags
      schemaName  
      handler     

  public io.vertx.reactivex.mysqlclient.MySQLConnection specifySchema(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // java.lang.String schemaName
         0: .line 287
            aload 0 /* this */
            aload 1 /* schemaName */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$10(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.specifySchema:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
         1: .line 286
            areturn
        end local 1 // java.lang.String schemaName
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1  schemaName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      schemaName  

  public io.reactivex.Completable rxSpecifySchema(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // java.lang.String schemaName
         0: .line 296
            aload 0 /* this */
            aload 1 /* schemaName */
            invokedynamic accept(Lio/vertx/reactivex/mysqlclient/MySQLConnection;Ljava/lang/String;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$11(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // java.lang.String schemaName
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    1     1  schemaName  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      schemaName  

  public io.vertx.reactivex.mysqlclient.MySQLConnection getInternalStatistics(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 307
            aload 0 /* this */
            getfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.mysqlclient.MySQLConnection.getInternalStatistics:(Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
            pop
         1: .line 308
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mysqlclient.MySQLConnection getInternalStatistics();
    descriptor: ()Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
         0: .line 317
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$12(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.getInternalStatistics:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
         1: .line 316
            areturn
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;

  public io.reactivex.Single<java.lang.String> rxGetInternalStatistics();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
         0: .line 325
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/mysqlclient/MySQLConnection;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$13(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultSingle.toSingle:(Ljava/util/function/Consumer;)Lio/reactivex/Single;
            areturn
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    Signature: ()Lio/reactivex/Single<Ljava/lang/String;>;

  public io.vertx.reactivex.mysqlclient.MySQLConnection setOption(io.vertx.mysqlclient.MySQLSetOption, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/mysqlclient/MySQLSetOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.mysqlclient.MySQLSetOption option
        start local 2 // io.vertx.core.Handler handler
         0: .line 337
            aload 0 /* this */
            getfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
            aload 1 /* option */
            aload 2 /* handler */
            invokeinterface io.vertx.mysqlclient.MySQLConnection.setOption:(Lio/vertx/mysqlclient/MySQLSetOption;Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
            pop
         1: .line 338
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.mysqlclient.MySQLSetOption option
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1   option  Lio/vertx/mysqlclient/MySQLSetOption;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/mysqlclient/MySQLSetOption;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    MethodParameters:
         Name  Flags
      option   
      handler  

  public io.vertx.reactivex.mysqlclient.MySQLConnection setOption(io.vertx.mysqlclient.MySQLSetOption);
    descriptor: (Lio/vertx/mysqlclient/MySQLSetOption;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.mysqlclient.MySQLSetOption option
         0: .line 348
            aload 0 /* this */
            aload 1 /* option */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$14(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.setOption:(Lio/vertx/mysqlclient/MySQLSetOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
         1: .line 347
            areturn
        end local 1 // io.vertx.mysqlclient.MySQLSetOption option
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1  option  Lio/vertx/mysqlclient/MySQLSetOption;
    MethodParameters:
        Name  Flags
      option  

  public io.reactivex.Completable rxSetOption(io.vertx.mysqlclient.MySQLSetOption);
    descriptor: (Lio/vertx/mysqlclient/MySQLSetOption;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.mysqlclient.MySQLSetOption option
         0: .line 357
            aload 0 /* this */
            aload 1 /* option */
            invokedynamic accept(Lio/vertx/reactivex/mysqlclient/MySQLConnection;Lio/vertx/mysqlclient/MySQLSetOption;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$15(Lio/vertx/mysqlclient/MySQLSetOption;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.mysqlclient.MySQLSetOption option
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    1     1  option  Lio/vertx/mysqlclient/MySQLSetOption;
    MethodParameters:
        Name  Flags
      option  

  public io.vertx.reactivex.mysqlclient.MySQLConnection resetConnection(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 368
            aload 0 /* this */
            getfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.mysqlclient.MySQLConnection.resetConnection:(Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
            pop
         1: .line 369
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mysqlclient.MySQLConnection resetConnection();
    descriptor: ()Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
         0: .line 378
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$16(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.resetConnection:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
         1: .line 377
            areturn
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;

  public io.reactivex.Completable rxResetConnection();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
         0: .line 386
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/mysqlclient/MySQLConnection;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$17(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;

  public io.vertx.reactivex.mysqlclient.MySQLConnection debug(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 397
            aload 0 /* this */
            getfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.mysqlclient.MySQLConnection.debug:(Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
            pop
         1: .line 398
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.mysqlclient.MySQLConnection debug();
    descriptor: ()Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
         0: .line 407
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$18(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.debug:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
         1: .line 406
            areturn
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;

  public io.reactivex.Completable rxDebug();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
         0: .line 415
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/reactivex/mysqlclient/MySQLConnection;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$19(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;

  public io.vertx.reactivex.mysqlclient.MySQLConnection changeUser(io.vertx.mysqlclient.MySQLAuthOptions, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/mysqlclient/MySQLAuthOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.mysqlclient.MySQLAuthOptions options
        start local 2 // io.vertx.core.Handler handler
         0: .line 427
            aload 0 /* this */
            getfield io.vertx.reactivex.mysqlclient.MySQLConnection.delegate:Lio/vertx/mysqlclient/MySQLConnection;
            aload 1 /* options */
            aload 2 /* handler */
            invokeinterface io.vertx.mysqlclient.MySQLConnection.changeUser:(Lio/vertx/mysqlclient/MySQLAuthOptions;Lio/vertx/core/Handler;)Lio/vertx/mysqlclient/MySQLConnection;
            pop
         1: .line 428
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.mysqlclient.MySQLAuthOptions options
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1  options  Lio/vertx/mysqlclient/MySQLAuthOptions;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/mysqlclient/MySQLAuthOptions;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    MethodParameters:
         Name  Flags
      options  
      handler  

  public io.vertx.reactivex.mysqlclient.MySQLConnection changeUser(io.vertx.mysqlclient.MySQLAuthOptions);
    descriptor: (Lio/vertx/mysqlclient/MySQLAuthOptions;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.mysqlclient.MySQLAuthOptions options
         0: .line 438
            aload 0 /* this */
            aload 1 /* options */
            invokedynamic handle()Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$20(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.changeUser:(Lio/vertx/mysqlclient/MySQLAuthOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
         1: .line 437
            areturn
        end local 1 // io.vertx.mysqlclient.MySQLAuthOptions options
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1  options  Lio/vertx/mysqlclient/MySQLAuthOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.reactivex.Completable rxChangeUser(io.vertx.mysqlclient.MySQLAuthOptions);
    descriptor: (Lio/vertx/mysqlclient/MySQLAuthOptions;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.mysqlclient.MySQLAuthOptions options
         0: .line 447
            aload 0 /* this */
            aload 1 /* options */
            invokedynamic accept(Lio/vertx/reactivex/mysqlclient/MySQLConnection;Lio/vertx/mysqlclient/MySQLAuthOptions;)Ljava/util/function/Consumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/reactivex/mysqlclient/MySQLConnection.lambda$21(Lio/vertx/mysqlclient/MySQLAuthOptions;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokestatic io.vertx.reactivex.impl.AsyncResultCompletable.toCompletable:(Ljava/util/function/Consumer;)Lio/reactivex/Completable;
            areturn
        end local 1 // io.vertx.mysqlclient.MySQLAuthOptions options
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    1     1  options  Lio/vertx/mysqlclient/MySQLAuthOptions;
    MethodParameters:
         Name  Flags
      options  

  public static io.vertx.reactivex.mysqlclient.MySQLConnection newInstance(io.vertx.mysqlclient.MySQLConnection);
    descriptor: (Lio/vertx/mysqlclient/MySQLConnection;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.mysqlclient.MySQLConnection arg
         0: .line 453
            aload 0 /* arg */
            ifnull 1
            new io.vertx.reactivex.mysqlclient.MySQLConnection
            dup
            aload 0 /* arg */
            invokespecial io.vertx.reactivex.mysqlclient.MySQLConnection.<init>:(Lio/vertx/mysqlclient/MySQLConnection;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.reactivex.mysqlclient.MySQLConnection
         2: areturn
        end local 0 // io.vertx.mysqlclient.MySQLConnection arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/mysqlclient/MySQLConnection;
    MethodParameters:
      Name  Flags
      arg   

  public io.vertx.sqlclient.SqlConnection getDelegate();
    descriptor: ()Lio/vertx/sqlclient/SqlConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.getDelegate:()Lio/vertx/mysqlclient/MySQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.sqlclient.SqlClient getDelegate();
    descriptor: ()Lio/vertx/sqlclient/SqlClient;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.getDelegate:()Lio/vertx/mysqlclient/MySQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.sqlclient.SqlConnection closeHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/sqlclient/SqlConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.sqlclient.SqlConnection prepare(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/sqlclient/SqlConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.prepare:(Ljava/lang/String;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.sqlclient.SqlConnection prepare(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/sqlclient/SqlConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.prepare:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.sqlclient.SqlConnection exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/sqlclient/SqlConnection;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 82
            new io.vertx.reactivex.mysqlclient.MySQLConnection
            dup
            aload 0 /* obj */
            checkcast io.vertx.mysqlclient.MySQLConnection
            invokespecial io.vertx.reactivex.mysqlclient.MySQLConnection.<init>:(Lio/vertx/mysqlclient/MySQLConnection;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;

  private static void lambda$2(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 126
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mysqlclient/MySQLConnection;>;

  private static void lambda$3(io.vertx.reactivex.core.Vertx, io.vertx.mysqlclient.MySQLConnectOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;Lio/vertx/core/Handler;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // io.vertx.core.Handler $handler
         0: .line 137
            aload 0
            aload 1
            aload 2 /* $handler */
            invokestatic io.vertx.reactivex.mysqlclient.MySQLConnection.connect:(Lio/vertx/reactivex/core/Vertx;Lio/vertx/mysqlclient/MySQLConnectOptions;Lio/vertx/core/Handler;)V
         1: .line 138
            return
        end local 2 // io.vertx.core.Handler $handler
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mysqlclient/MySQLConnection;>;>;

  private static void lambda$4(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 165
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mysqlclient/MySQLConnection;>;

  private static void lambda$5(io.vertx.reactivex.core.Vertx, java.lang.String, io.vertx.core.Handler);
    descriptor: (Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 2 // io.vertx.core.Handler $handler
         0: .line 176
            aload 0
            aload 1
            aload 2 /* $handler */
            invokestatic io.vertx.reactivex.mysqlclient.MySQLConnection.connect:(Lio/vertx/reactivex/core/Vertx;Ljava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 177
            return
        end local 2 // io.vertx.core.Handler $handler
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/mysqlclient/MySQLConnection;>;>;

  private static void lambda$6(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 206
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/sqlclient/PreparedStatement;>;

  private void lambda$7(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 216
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.prepare:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            pop
         1: .line 217
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/sqlclient/PreparedStatement;>;>;

  private static void lambda$8(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 256
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$9(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 265
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.ping:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            pop
         1: .line 266
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$10(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 287
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$11(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 297
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.specifySchema:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            pop
         1: .line 298
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$12(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 317
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/String;>;

  private void lambda$13(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 326
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.getInternalStatistics:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            pop
         1: .line 327
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/String;>;>;

  private static void lambda$14(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 348
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$15(io.vertx.mysqlclient.MySQLSetOption, io.vertx.core.Handler);
    descriptor: (Lio/vertx/mysqlclient/MySQLSetOption;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 358
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.setOption:(Lio/vertx/mysqlclient/MySQLSetOption;Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            pop
         1: .line 359
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$16(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 378
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$17(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 387
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.resetConnection:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            pop
         1: .line 388
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$18(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 407
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$19(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 1 // io.vertx.core.Handler $handler
         0: .line 416
            aload 0 /* this */
            aload 1 /* $handler */
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.debug:(Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            pop
         1: .line 417
            return
        end local 1 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     1  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$20(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 438
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$21(io.vertx.mysqlclient.MySQLAuthOptions, io.vertx.core.Handler);
    descriptor: (Lio/vertx/mysqlclient/MySQLAuthOptions;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
        start local 2 // io.vertx.core.Handler $handler
         0: .line 448
            aload 0 /* this */
            aload 1
            aload 2 /* $handler */
            invokevirtual io.vertx.reactivex.mysqlclient.MySQLConnection.changeUser:(Lio/vertx/mysqlclient/MySQLAuthOptions;Lio/vertx/core/Handler;)Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            pop
         1: .line 449
            return
        end local 2 // io.vertx.core.Handler $handler
        end local 0 // io.vertx.reactivex.mysqlclient.MySQLConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/reactivex/mysqlclient/MySQLConnection;
            0    2     2  $handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
SourceFile: "MySQLConnection.java"
NestMembers:
  io.vertx.reactivex.mysqlclient.MySQLConnection$1  io.vertx.reactivex.mysqlclient.MySQLConnection$2  io.vertx.reactivex.mysqlclient.MySQLConnection$3
InnerClasses:
  io.vertx.reactivex.mysqlclient.MySQLConnection$1
  io.vertx.reactivex.mysqlclient.MySQLConnection$2
  io.vertx.reactivex.mysqlclient.MySQLConnection$3
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/mysqlclient/MySQLConnection;)