public class io.vertx.reactivex.ext.sql.SQLConnection implements io.vertx.reactivex.ext.sql.SQLOperations
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.reactivex.ext.sql.SQLConnection
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.reactivex.ext.sql.SQLConnection> __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/ext/sql/SQLConnection;>;

  private final io.vertx.ext.sql.SQLConnection delegate;
    descriptor: Lio/vertx/ext/sql/SQLConnection;
    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 63
            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/ext/sql/SQLConnection.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 64
            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/ext/sql/SQLConnection.getDelegate()Lio/vertx/ext/sql/SQLConnection; (5)
                  (Lio/vertx/reactivex/ext/sql/SQLConnection;)Ljava/lang/Object;
         2: .line 63
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.reactivex.ext.sql.SQLConnection.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 65
            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.ext.sql.SQLConnection this
         0: .line 47
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;

  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.ext.sql.SQLConnection this
        start local 1 // java.lang.Object o
         0: .line 52
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 53
      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 54
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.reactivex.ext.sql.SQLConnection
            astore 2 /* that */
        start local 2 // io.vertx.reactivex.ext.sql.SQLConnection that
         4: .line 55
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 2 /* that */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.reactivex.ext.sql.SQLConnection that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/reactivex/ext/sql/SQLConnection;
    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.ext.sql.SQLConnection this
         0: .line 60
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;

  public void <init>(io.vertx.ext.sql.SQLConnection);
    descriptor: (Lio/vertx/ext/sql/SQLConnection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // io.vertx.ext.sql.SQLConnection delegate
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
         2: .line 71
            return
        end local 1 // io.vertx.ext.sql.SQLConnection delegate
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    3     1  delegate  Lio/vertx/ext/sql/SQLConnection;
    MethodParameters:
          Name  Flags
      delegate  

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

  public io.vertx.reactivex.ext.sql.SQLOperations querySingle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLOperations;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.Handler handler
         0: .line 86
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* sql */
            aload 2 /* handler */
            invokeinterface io.vertx.ext.sql.SQLConnection.querySingle:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
            pop
         1: .line 87
            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.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1      sql  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/reactivex/ext/sql/SQLOperations;
    MethodParameters:
         Name  Flags
      sql      
      handler  

  public io.reactivex.Maybe<io.vertx.core.json.JsonArray> rxQuerySingle(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 98
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;)Lio/reactivex/Maybe<Lio/vertx/core/json/JsonArray;>;
    MethodParameters:
      Name  Flags
      sql   

  public io.vertx.reactivex.ext.sql.SQLOperations querySingleWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.core.json.JsonArray>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLOperations;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.json.JsonArray arguments
        start local 3 // io.vertx.core.Handler handler
         0: .line 113
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* sql */
            aload 2 /* arguments */
            aload 3 /* handler */
            invokeinterface io.vertx.ext.sql.SQLConnection.querySingleWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLOperations;
            pop
         1: .line 114
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.core.json.JsonArray arguments
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1        sql  Ljava/lang/String;
            0    2     2  arguments  Lio/vertx/core/json/JsonArray;
            0    2     3    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/core/json/JsonArray;>;>;)Lio/vertx/reactivex/ext/sql/SQLOperations;
    MethodParameters:
           Name  Flags
      sql        
      arguments  
      handler    

  public io.reactivex.Maybe<io.vertx.core.json.JsonArray> rxQuerySingleWithParams(java.lang.String, io.vertx.core.json.JsonArray);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lio/reactivex/Maybe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 126
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lio/reactivex/Maybe<Lio/vertx/core/json/JsonArray;>;
    MethodParameters:
           Name  Flags
      sql        
      arguments  

  public io.vertx.reactivex.ext.sql.SQLConnection setOptions(io.vertx.ext.sql.SQLOptions);
    descriptor: (Lio/vertx/ext/sql/SQLOptions;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // io.vertx.ext.sql.SQLOptions options
         0: .line 143
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* options */
            invokeinterface io.vertx.ext.sql.SQLConnection.setOptions:(Lio/vertx/ext/sql/SQLOptions;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 144
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.sql.SQLOptions options
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1  options  Lio/vertx/ext/sql/SQLOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.reactivex.ext.sql.SQLConnection setAutoCommit(boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (ZLio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // boolean autoCommit
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 154
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            iload 1 /* autoCommit */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.sql.SQLConnection.setAutoCommit:(ZLio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 155
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // boolean autoCommit
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1     autoCommit  Z
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (ZLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      autoCommit     
      resultHandler  

  public io.reactivex.Completable rxSetAutoCommit(boolean);
    descriptor: (Z)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 164
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    MethodParameters:
            Name  Flags
      autoCommit  

  public io.vertx.reactivex.ext.sql.SQLConnection execute(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/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 176
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* sql */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.sql.SQLConnection.execute:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 177
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1            sql  Ljava/lang/String;
            0    2     2  resultHandler  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/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sql            
      resultHandler  

  public io.reactivex.Completable rxExecute(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 186
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    MethodParameters:
      Name  Flags
      sql   

  public io.vertx.reactivex.ext.sql.SQLConnection query(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.ResultSet>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 198
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* sql */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.sql.SQLConnection.query:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 199
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1            sql  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sql            
      resultHandler  

  public io.reactivex.Single<io.vertx.ext.sql.ResultSet> rxQuery(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 208
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/sql/ResultSet;>;
    MethodParameters:
      Name  Flags
      sql   

  public io.vertx.reactivex.ext.sql.SQLConnection queryStream(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.sql.SQLRowStream>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.Handler handler
         0: .line 220
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* sql */
            new io.vertx.reactivex.ext.sql.SQLConnection$1
            dup
            aload 0 /* this */
            aload 2 /* handler */
            invokespecial io.vertx.reactivex.ext.sql.SQLConnection$1.<init>:(Lio/vertx/reactivex/ext/sql/SQLConnection;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.sql.SQLConnection.queryStream:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 229
            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.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1      sql  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/sql/SQLRowStream;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/sql/SQLRowStream;>;>;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    MethodParameters:
         Name  Flags
      sql      
      handler  

  public io.reactivex.Single<io.vertx.reactivex.ext.sql.SQLRowStream> rxQueryStream(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 238
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/reactivex/ext/sql/SQLRowStream;>;
    MethodParameters:
      Name  Flags
      sql   

  public io.vertx.reactivex.ext.sql.SQLConnection queryWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.ResultSet>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.json.JsonArray params
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 251
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* sql */
            aload 2 /* params */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.sql.SQLConnection.queryWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 252
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonArray params
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1            sql  Ljava/lang/String;
            0    2     2         params  Lio/vertx/core/json/JsonArray;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sql            
      params         
      resultHandler  

  public io.reactivex.Single<io.vertx.ext.sql.ResultSet> rxQueryWithParams(java.lang.String, io.vertx.core.json.JsonArray);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 262
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lio/reactivex/Single<Lio/vertx/ext/sql/ResultSet;>;
    MethodParameters:
        Name  Flags
      sql     
      params  

  public io.vertx.reactivex.ext.sql.SQLConnection queryStreamWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.sql.SQLRowStream>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.json.JsonArray params
        start local 3 // io.vertx.core.Handler handler
         0: .line 275
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* sql */
            aload 2 /* params */
            new io.vertx.reactivex.ext.sql.SQLConnection$2
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.reactivex.ext.sql.SQLConnection$2.<init>:(Lio/vertx/reactivex/ext/sql/SQLConnection;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.ext.sql.SQLConnection.queryStreamWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 284
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // io.vertx.core.json.JsonArray params
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1      sql  Ljava/lang/String;
            0    2     2   params  Lio/vertx/core/json/JsonArray;
            0    2     3  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/sql/SQLRowStream;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/reactivex/ext/sql/SQLRowStream;>;>;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    MethodParameters:
         Name  Flags
      sql      
      params   
      handler  

  public io.reactivex.Single<io.vertx.reactivex.ext.sql.SQLRowStream> rxQueryStreamWithParams(java.lang.String, io.vertx.core.json.JsonArray);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 294
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lio/reactivex/Single<Lio/vertx/reactivex/ext/sql/SQLRowStream;>;
    MethodParameters:
        Name  Flags
      sql     
      params  

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

  public io.reactivex.Single<io.vertx.ext.sql.UpdateResult> rxUpdate(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 318
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/sql/UpdateResult;>;
    MethodParameters:
      Name  Flags
      sql   

  public io.vertx.reactivex.ext.sql.SQLConnection updateWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.UpdateResult>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.json.JsonArray params
        start local 3 // io.vertx.core.Handler resultHandler
         0: .line 332
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* sql */
            aload 2 /* params */
            aload 3 /* resultHandler */
            invokeinterface io.vertx.ext.sql.SQLConnection.updateWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 333
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler resultHandler
        end local 2 // io.vertx.core.json.JsonArray params
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1            sql  Ljava/lang/String;
            0    2     2         params  Lio/vertx/core/json/JsonArray;
            0    2     3  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/UpdateResult;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/UpdateResult;>;>;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sql            
      params         
      resultHandler  

  public io.reactivex.Single<io.vertx.ext.sql.UpdateResult> rxUpdateWithParams(java.lang.String, io.vertx.core.json.JsonArray);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 344
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lio/reactivex/Single<Lio/vertx/ext/sql/UpdateResult;>;
    MethodParameters:
        Name  Flags
      sql     
      params  

  public io.vertx.reactivex.ext.sql.SQLConnection call(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.ResultSet>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 356
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* sql */
            aload 2 /* resultHandler */
            invokeinterface io.vertx.ext.sql.SQLConnection.call:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 357
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1            sql  Ljava/lang/String;
            0    2     2  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sql            
      resultHandler  

  public io.reactivex.Single<io.vertx.ext.sql.ResultSet> rxCall(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 366
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;)Lio/reactivex/Single<Lio/vertx/ext/sql/ResultSet;>;
    MethodParameters:
      Name  Flags
      sql   

  public io.vertx.reactivex.ext.sql.SQLConnection callWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.json.JsonArray, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.ResultSet>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // java.lang.String sql
        start local 2 // io.vertx.core.json.JsonArray params
        start local 3 // io.vertx.core.json.JsonArray outputs
        start local 4 // io.vertx.core.Handler resultHandler
         0: .line 388
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* sql */
            aload 2 /* params */
            aload 3 /* outputs */
            aload 4 /* resultHandler */
            invokeinterface io.vertx.ext.sql.SQLConnection.callWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 389
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler resultHandler
        end local 3 // io.vertx.core.json.JsonArray outputs
        end local 2 // io.vertx.core.json.JsonArray params
        end local 1 // java.lang.String sql
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1            sql  Ljava/lang/String;
            0    2     2         params  Lio/vertx/core/json/JsonArray;
            0    2     3        outputs  Lio/vertx/core/json/JsonArray;
            0    2     4  resultHandler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/ResultSet;>;>;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sql            
      params         
      outputs        
      resultHandler  

  public io.reactivex.Single<io.vertx.ext.sql.ResultSet> rxCallWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.json.JsonArray);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 408
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;)Lio/reactivex/Single<Lio/vertx/ext/sql/ResultSet;>;
    MethodParameters:
         Name  Flags
      sql      
      params   
      outputs  

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 418
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.sql.SQLConnection.close:(Lio/vertx/core/Handler;)V
         1: .line 419
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            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;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Completable rxClose();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 426
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 435
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            invokeinterface io.vertx.ext.sql.SQLConnection.close:()V
         1: .line 436
            return
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;

  public io.vertx.reactivex.ext.sql.SQLConnection commit(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 444
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.sql.SQLConnection.commit:(Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 445
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            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/ext/sql/SQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Completable rxCommit();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 453
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;

  public io.vertx.reactivex.ext.sql.SQLConnection rollback(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 464
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.sql.SQLConnection.rollback:(Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 465
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            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/ext/sql/SQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Completable rxRollback();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 473
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;

  public io.vertx.reactivex.ext.sql.SQLConnection setQueryTimeout(int);
    descriptor: (I)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // int timeoutInSeconds
         0: .line 487
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            iload 1 /* timeoutInSeconds */
            invokeinterface io.vertx.ext.sql.SQLConnection.setQueryTimeout:(I)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 488
            aload 0 /* this */
            areturn
        end local 1 // int timeoutInSeconds
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1  timeoutInSeconds  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                  Name  Flags
      timeoutInSeconds  

  public io.vertx.reactivex.ext.sql.SQLConnection batch(java.util.List<java.lang.String>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.Integer>>>);
    descriptor: (Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // java.util.List sqlStatements
        start local 2 // io.vertx.core.Handler handler
         0: .line 498
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* sqlStatements */
            aload 2 /* handler */
            invokeinterface io.vertx.ext.sql.SQLConnection.batch:(Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 499
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List sqlStatements
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1  sqlStatements  Ljava/util/List<Ljava/lang/String;>;
            0    2     2        handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;
    Signature: (Ljava/util/List<Ljava/lang/String;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sqlStatements  
      handler        

  public io.reactivex.Single<java.util.List<java.lang.Integer>> rxBatch(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 508
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lio/reactivex/Single<Ljava/util/List<Ljava/lang/Integer;>;>;
    MethodParameters:
               Name  Flags
      sqlStatements  

  public io.vertx.reactivex.ext.sql.SQLConnection batchWithParams(java.lang.String, java.util.List<io.vertx.core.json.JsonArray>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.Integer>>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // java.lang.String sqlStatement
        start local 2 // java.util.List args
        start local 3 // io.vertx.core.Handler handler
         0: .line 522
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* sqlStatement */
            aload 2 /* args */
            aload 3 /* handler */
            invokeinterface io.vertx.ext.sql.SQLConnection.batchWithParams:(Ljava/lang/String;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 523
            aload 0 /* this */
            areturn
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.util.List args
        end local 1 // java.lang.String sqlStatement
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1  sqlStatement  Ljava/lang/String;
            0    2     2          args  Ljava/util/List<Lio/vertx/core/json/JsonArray;>;
            0    2     3       handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/core/json/JsonArray;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    MethodParameters:
              Name  Flags
      sqlStatement  
      args          
      handler       

  public io.reactivex.Single<java.util.List<java.lang.Integer>> rxBatchWithParams(java.lang.String, java.util.List<io.vertx.core.json.JsonArray>);
    descriptor: (Ljava/lang/String;Ljava/util/List;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 534
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/core/json/JsonArray;>;)Lio/reactivex/Single<Ljava/util/List<Ljava/lang/Integer;>;>;
    MethodParameters:
              Name  Flags
      sqlStatement  
      args          

  public io.vertx.reactivex.ext.sql.SQLConnection batchCallableWithParams(java.lang.String, java.util.List<io.vertx.core.json.JsonArray>, java.util.List<io.vertx.core.json.JsonArray>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.Integer>>>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // java.lang.String sqlStatement
        start local 2 // java.util.List inArgs
        start local 3 // java.util.List outArgs
        start local 4 // io.vertx.core.Handler handler
         0: .line 550
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* sqlStatement */
            aload 2 /* inArgs */
            aload 3 /* outArgs */
            aload 4 /* handler */
            invokeinterface io.vertx.ext.sql.SQLConnection.batchCallableWithParams:(Ljava/lang/String;Ljava/util/List;Ljava/util/List;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 551
            aload 0 /* this */
            areturn
        end local 4 // io.vertx.core.Handler handler
        end local 3 // java.util.List outArgs
        end local 2 // java.util.List inArgs
        end local 1 // java.lang.String sqlStatement
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1  sqlStatement  Ljava/lang/String;
            0    2     2        inArgs  Ljava/util/List<Lio/vertx/core/json/JsonArray;>;
            0    2     3       outArgs  Ljava/util/List<Lio/vertx/core/json/JsonArray;>;
            0    2     4       handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/core/json/JsonArray;>;Ljava/util/List<Lio/vertx/core/json/JsonArray;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/Integer;>;>;>;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    MethodParameters:
              Name  Flags
      sqlStatement  
      inArgs        
      outArgs       
      handler       

  public io.reactivex.Single<java.util.List<java.lang.Integer>> rxBatchCallableWithParams(java.lang.String, java.util.List<io.vertx.core.json.JsonArray>, java.util.List<io.vertx.core.json.JsonArray>);
    descriptor: (Ljava/lang/String;Ljava/util/List;Ljava/util/List;)Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 564
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/core/json/JsonArray;>;Ljava/util/List<Lio/vertx/core/json/JsonArray;>;)Lio/reactivex/Single<Ljava/util/List<Ljava/lang/Integer;>;>;
    MethodParameters:
              Name  Flags
      sqlStatement  
      inArgs        
      outArgs       

  public io.vertx.reactivex.ext.sql.SQLConnection setTransactionIsolation(io.vertx.ext.sql.TransactionIsolation, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/ext/sql/TransactionIsolation;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // io.vertx.ext.sql.TransactionIsolation isolation
        start local 2 // io.vertx.core.Handler handler
         0: .line 578
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* isolation */
            aload 2 /* handler */
            invokeinterface io.vertx.ext.sql.SQLConnection.setTransactionIsolation:(Lio/vertx/ext/sql/TransactionIsolation;Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 579
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.ext.sql.TransactionIsolation isolation
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1  isolation  Lio/vertx/ext/sql/TransactionIsolation;
            0    2     2    handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/ext/sql/TransactionIsolation;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    MethodParameters:
           Name  Flags
      isolation  
      handler    

  public io.reactivex.Completable rxSetTransactionIsolation(io.vertx.ext.sql.TransactionIsolation);
    descriptor: (Lio/vertx/ext/sql/TransactionIsolation;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 590
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    MethodParameters:
           Name  Flags
      isolation  

  public io.vertx.reactivex.ext.sql.SQLConnection getTransactionIsolation(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.TransactionIsolation>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 601
            aload 0 /* this */
            getfield io.vertx.reactivex.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* handler */
            invokeinterface io.vertx.ext.sql.SQLConnection.getTransactionIsolation:(Lio/vertx/core/Handler;)Lio/vertx/ext/sql/SQLConnection;
            pop
         1: .line 602
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/reactivex/ext/sql/SQLConnection;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/TransactionIsolation;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/ext/sql/TransactionIsolation;>;>;)Lio/vertx/reactivex/ext/sql/SQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Single<io.vertx.ext.sql.TransactionIsolation> rxGetTransactionIsolation();
    descriptor: ()Lio/reactivex/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
         0: .line 610
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/ext/sql/SQLConnection;
    Signature: ()Lio/reactivex/Single<Lio/vertx/ext/sql/TransactionIsolation;>;

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

  public io.vertx.reactivex.ext.sql.SQLOperations update(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLOperations;
    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.ext.sql.SQLConnection.update:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.ext.sql.SQLOperations getDelegate();
    descriptor: ()Lio/vertx/ext/sql/SQLOperations;
    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.ext.sql.SQLConnection.getDelegate:()Lio/vertx/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.sql.SQLOperations query(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLOperations;
    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.ext.sql.SQLConnection.query:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.sql.SQLOperations queryStreamWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLOperations;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.sql.SQLConnection.queryStreamWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.sql.SQLOperations updateWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLOperations;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.sql.SQLConnection.updateWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.sql.SQLOperations callWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.json.JsonArray, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLOperations;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=5, locals=5, args_size=5
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            aload 4
            invokevirtual io.vertx.reactivex.ext.sql.SQLConnection.callWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.sql.SQLOperations queryStream(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLOperations;
    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.ext.sql.SQLConnection.queryStream:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.sql.SQLOperations call(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLOperations;
    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.ext.sql.SQLConnection.call:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.reactivex.ext.sql.SQLOperations queryWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLOperations;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual io.vertx.reactivex.ext.sql.SQLConnection.queryWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/reactivex/ext/sql/SQLConnection;
            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 63
            new io.vertx.reactivex.ext.sql.SQLConnection
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.sql.SQLConnection
            invokespecial io.vertx.reactivex.ext.sql.SQLConnection.<init>:(Lio/vertx/ext/sql/SQLConnection;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
SourceFile: "SQLConnection.java"
NestMembers:
  io.vertx.reactivex.ext.sql.SQLConnection$1  io.vertx.reactivex.ext.sql.SQLConnection$2
InnerClasses:
  io.vertx.reactivex.ext.sql.SQLConnection$1
  io.vertx.reactivex.ext.sql.SQLConnection$2
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/ext/sql/SQLConnection;)