public class io.vertx.rxjava.ext.sql.SQLConnection implements io.vertx.rxjava.ext.sql.SQLOperations
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.ext.sql.SQLConnection
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.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/rxjava/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 60
            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/rxjava/ext/sql/SQLConnection.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 61
            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/rxjava/ext/sql/SQLConnection.getDelegate()Lio/vertx/ext/sql/SQLConnection; (5)
                  (Lio/vertx/rxjava/ext/sql/SQLConnection;)Ljava/lang/Object;
         2: .line 60
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.ext.sql.SQLConnection.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 62
            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.rxjava.ext.sql.SQLConnection this
         0: .line 44
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/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.rxjava.ext.sql.SQLConnection this
        start local 1 // java.lang.Object o
         0: .line 49
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 50
      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 51
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.ext.sql.SQLConnection
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.ext.sql.SQLConnection that
         4: .line 52
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 2 /* that */
            getfield io.vertx.rxjava.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.ext.sql.SQLConnection that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/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.rxjava.ext.sql.SQLConnection this
         0: .line 57
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/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.rxjava.ext.sql.SQLConnection this
        start local 1 // io.vertx.ext.sql.SQLConnection delegate
         0: .line 66
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 67
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
         2: .line 68
            return
        end local 1 // io.vertx.ext.sql.SQLConnection delegate
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/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.rxjava.ext.sql.SQLConnection this
         0: .line 71
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            areturn
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;

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

  public rx.Observable<io.vertx.core.json.JsonArray> querySingleObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 97
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lio/vertx/core/json/JsonArray;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      sql   

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

  public io.vertx.rxjava.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/rxjava/ext/sql/SQLOperations;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.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 125
            aload 0 /* this */
            getfield io.vertx.rxjava.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 126
            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.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/rxjava/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/rxjava/ext/sql/SQLOperations;
    MethodParameters:
           Name  Flags
      sql        
      arguments  
      handler    

  public rx.Observable<io.vertx.core.json.JsonArray> querySingleWithParamsObservable(java.lang.String, io.vertx.core.json.JsonArray);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 140
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lrx/Observable<Lio/vertx/core/json/JsonArray;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      sql        
      arguments  

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

  public io.vertx.rxjava.ext.sql.SQLConnection setOptions(io.vertx.ext.sql.SQLOptions);
    descriptor: (Lio/vertx/ext/sql/SQLOptions;)Lio/vertx/rxjava/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
        start local 1 // io.vertx.ext.sql.SQLOptions options
         0: .line 171
            aload 0 /* this */
            getfield io.vertx.rxjava.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 172
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.ext.sql.SQLOptions options
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/ext/sql/SQLConnection;
            0    2     1  options  Lio/vertx/ext/sql/SQLOptions;
    MethodParameters:
         Name  Flags
      options  

  public io.vertx.rxjava.ext.sql.SQLConnection setAutoCommit(boolean, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (ZLio/vertx/core/Handler;)Lio/vertx/rxjava/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
        start local 1 // boolean autoCommit
        start local 2 // io.vertx.core.Handler resultHandler
         0: .line 182
            aload 0 /* this */
            getfield io.vertx.rxjava.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 183
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler resultHandler
        end local 1 // boolean autoCommit
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/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/rxjava/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      autoCommit     
      resultHandler  

  public rx.Observable<java.lang.Void> setAutoCommitObservable(boolean);
    descriptor: (Z)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 194
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Z)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      autoCommit  

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

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

  public rx.Observable<java.lang.Void> executeObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 229
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      sql   

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

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

  public rx.Observable<io.vertx.ext.sql.ResultSet> queryObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 264
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lio/vertx/ext/sql/ResultSet;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      sql   

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

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

  public rx.Observable<io.vertx.rxjava.ext.sql.SQLRowStream> queryStreamObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 307
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lio/vertx/rxjava/ext/sql/SQLRowStream;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      sql   

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

  public io.vertx.rxjava.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/rxjava/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.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 331
            aload 0 /* this */
            getfield io.vertx.rxjava.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 332
            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.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/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/rxjava/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sql            
      params         
      resultHandler  

  public rx.Observable<io.vertx.ext.sql.ResultSet> queryWithParamsObservable(java.lang.String, io.vertx.core.json.JsonArray);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 344
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lrx/Observable<Lio/vertx/ext/sql/ResultSet;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      sql     
      params  

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

  public io.vertx.rxjava.ext.sql.SQLConnection queryStreamWithParams(java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.sql.SQLRowStream>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/rxjava/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.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 369
            aload 0 /* this */
            getfield io.vertx.rxjava.ext.sql.SQLConnection.delegate:Lio/vertx/ext/sql/SQLConnection;
            aload 1 /* sql */
            aload 2 /* params */
            new io.vertx.rxjava.ext.sql.SQLConnection$2
            dup
            aload 0 /* this */
            aload 3 /* handler */
            invokespecial io.vertx.rxjava.ext.sql.SQLConnection$2.<init>:(Lio/vertx/rxjava/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 378
            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.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/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/rxjava/ext/sql/SQLRowStream;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/vertx/rxjava/ext/sql/SQLRowStream;>;>;)Lio/vertx/rxjava/ext/sql/SQLConnection;
    MethodParameters:
         Name  Flags
      sql      
      params   
      handler  

  public rx.Observable<io.vertx.rxjava.ext.sql.SQLRowStream> queryStreamWithParamsObservable(java.lang.String, io.vertx.core.json.JsonArray);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 390
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lrx/Observable<Lio/vertx/rxjava/ext/sql/SQLRowStream;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      sql     
      params  

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

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

  public rx.Observable<io.vertx.ext.sql.UpdateResult> updateObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 428
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lio/vertx/ext/sql/UpdateResult;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      sql   

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

  public io.vertx.rxjava.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/rxjava/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.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 454
            aload 0 /* this */
            getfield io.vertx.rxjava.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 455
            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.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/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/rxjava/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sql            
      params         
      resultHandler  

  public rx.Observable<io.vertx.ext.sql.UpdateResult> updateWithParamsObservable(java.lang.String, io.vertx.core.json.JsonArray);
    descriptor: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 468
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;)Lrx/Observable<Lio/vertx/ext/sql/UpdateResult;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
        Name  Flags
      sql     
      params  

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

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

  public rx.Observable<io.vertx.ext.sql.ResultSet> callObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 505
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;)Lrx/Observable<Lio/vertx/ext/sql/ResultSet;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
      Name  Flags
      sql   

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

  public io.vertx.rxjava.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/rxjava/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.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 538
            aload 0 /* this */
            getfield io.vertx.rxjava.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 539
            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.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/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/rxjava/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sql            
      params         
      outputs        
      resultHandler  

  public rx.Observable<io.vertx.ext.sql.ResultSet> callWithParamsObservable(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;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 560
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;)Lrx/Observable<Lio/vertx/ext/sql/ResultSet;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      sql      
      params   
      outputs  

  public rx.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;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 581
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;)Lrx/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.rxjava.ext.sql.SQLConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 591
            aload 0 /* this */
            getfield io.vertx.rxjava.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 592
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/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 rx.Observable<java.lang.Void> closeObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 601
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: ()Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

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

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

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

  public rx.Observable<java.lang.Void> commitObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 640
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: ()Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

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

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

  public rx.Observable<java.lang.Void> rollbackObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 672
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: ()Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

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

  public io.vertx.rxjava.ext.sql.SQLConnection setQueryTimeout(int);
    descriptor: (I)Lio/vertx/rxjava/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
        start local 1 // int timeoutInSeconds
         0: .line 696
            aload 0 /* this */
            getfield io.vertx.rxjava.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 697
            aload 0 /* this */
            areturn
        end local 1 // int timeoutInSeconds
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lio/vertx/rxjava/ext/sql/SQLConnection;
            0    2     1  timeoutInSeconds  I
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
                  Name  Flags
      timeoutInSeconds  

  public io.vertx.rxjava.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/rxjava/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
        start local 1 // java.util.List sqlStatements
        start local 2 // io.vertx.core.Handler handler
         0: .line 707
            aload 0 /* this */
            getfield io.vertx.rxjava.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 708
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.util.List sqlStatements
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/vertx/rxjava/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/rxjava/ext/sql/SQLConnection;
    MethodParameters:
               Name  Flags
      sqlStatements  
      handler        

  public rx.Observable<java.util.List<java.lang.Integer>> batchObservable(java.util.List<java.lang.String>);
    descriptor: (Ljava/util/List;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 719
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Ljava/util/List<Ljava/lang/String;>;)Lrx/Observable<Ljava/util/List<Ljava/lang/Integer;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
               Name  Flags
      sqlStatements  

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

  public io.vertx.rxjava.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/rxjava/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.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 744
            aload 0 /* this */
            getfield io.vertx.rxjava.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 745
            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.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/rxjava/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/rxjava/ext/sql/SQLConnection;
    MethodParameters:
              Name  Flags
      sqlStatement  
      args          
      handler       

  public rx.Observable<java.util.List<java.lang.Integer>> batchWithParamsObservable(java.lang.String, java.util.List<io.vertx.core.json.JsonArray>);
    descriptor: (Ljava/lang/String;Ljava/util/List;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 758
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/core/json/JsonArray;>;)Lrx/Observable<Ljava/util/List<Ljava/lang/Integer;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      sqlStatement  
      args          

  public rx.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;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 771
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/core/json/JsonArray;>;)Lrx/Single<Ljava/util/List<Ljava/lang/Integer;>;>;
    MethodParameters:
              Name  Flags
      sqlStatement  
      args          

  public io.vertx.rxjava.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/rxjava/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.vertx.rxjava.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 787
            aload 0 /* this */
            getfield io.vertx.rxjava.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 788
            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.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Lio/vertx/rxjava/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/rxjava/ext/sql/SQLConnection;
    MethodParameters:
              Name  Flags
      sqlStatement  
      inArgs        
      outArgs       
      handler       

  public rx.Observable<java.util.List<java.lang.Integer>> batchCallableWithParamsObservable(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;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 803
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Ljava/lang/String;Ljava/util/List<Lio/vertx/core/json/JsonArray;>;Ljava/util/List<Lio/vertx/core/json/JsonArray;>;)Lrx/Observable<Ljava/util/List<Ljava/lang/Integer;>;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
              Name  Flags
      sqlStatement  
      inArgs        
      outArgs       

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

  public io.vertx.rxjava.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/rxjava/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
        start local 1 // io.vertx.ext.sql.TransactionIsolation isolation
        start local 2 // io.vertx.core.Handler handler
         0: .line 832
            aload 0 /* this */
            getfield io.vertx.rxjava.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 833
            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.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/rxjava/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/rxjava/ext/sql/SQLConnection;
    MethodParameters:
           Name  Flags
      isolation  
      handler    

  public rx.Observable<java.lang.Void> setTransactionIsolationObservable(io.vertx.ext.sql.TransactionIsolation);
    descriptor: (Lio/vertx/ext/sql/TransactionIsolation;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 846
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: (Lio/vertx/ext/sql/TransactionIsolation;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
           Name  Flags
      isolation  

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

  public io.vertx.rxjava.ext.sql.SQLConnection getTransactionIsolation(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.sql.TransactionIsolation>>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/ext/sql/SQLConnection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
        start local 1 // io.vertx.core.Handler handler
         0: .line 870
            aload 0 /* this */
            getfield io.vertx.rxjava.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 871
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/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/rxjava/ext/sql/SQLConnection;
    MethodParameters:
         Name  Flags
      handler  

  public rx.Observable<io.vertx.ext.sql.TransactionIsolation> getTransactionIsolationObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
         0: .line 881
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.rxjava.ext.sql.SQLConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/ext/sql/SQLConnection;
    Signature: ()Lrx/Observable<Lio/vertx/ext/sql/TransactionIsolation;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

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

  public static io.vertx.rxjava.ext.sql.SQLConnection newInstance(io.vertx.ext.sql.SQLConnection);
    descriptor: (Lio/vertx/ext/sql/SQLConnection;)Lio/vertx/rxjava/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 898
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.ext.sql.SQLConnection
            dup
            aload 0 /* arg */
            invokespecial io.vertx.rxjava.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.rxjava.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.rxjava.ext.sql.SQLOperations update(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/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.rxjava.ext.sql.SQLConnection.update:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/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.rxjava.ext.sql.SQLConnection.getDelegate:()Lio/vertx/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

  public io.vertx.rxjava.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/rxjava/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.rxjava.ext.sql.SQLConnection.queryStreamWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/rxjava/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.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/rxjava/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.rxjava.ext.sql.SQLConnection.updateWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/rxjava/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.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/rxjava/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.rxjava.ext.sql.SQLConnection.callWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/rxjava/ext/sql/SQLConnection;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public io.vertx.rxjava.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/rxjava/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.rxjava.ext.sql.SQLConnection.queryWithParams:(Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/Handler;)Lio/vertx/rxjava/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 60
            new io.vertx.rxjava.ext.sql.SQLConnection
            dup
            aload 0 /* obj */
            checkcast io.vertx.ext.sql.SQLConnection
            invokespecial io.vertx.rxjava.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.rxjava.ext.sql.SQLConnection$1  io.vertx.rxjava.ext.sql.SQLConnection$2
InnerClasses:
  io.vertx.rxjava.ext.sql.SQLConnection$1
  io.vertx.rxjava.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;)