public class io.vertx.ext.jdbc.impl.actions.JDBCCallable extends io.vertx.ext.jdbc.impl.actions.AbstractJDBCAction<io.vertx.ext.sql.ResultSet>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.jdbc.impl.actions.JDBCCallable
  super_class: io.vertx.ext.jdbc.impl.actions.AbstractJDBCAction
{
  private final java.lang.String sql;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.json.JsonArray in;
    descriptor: Lio/vertx/core/json/JsonArray;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.vertx.core.json.JsonArray out;
    descriptor: Lio/vertx/core/json/JsonArray;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.vertx.core.Vertx, io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper, io.vertx.ext.sql.SQLOptions, io.vertx.core.impl.ContextInternal, java.lang.String, io.vertx.core.json.JsonArray, io.vertx.core.json.JsonArray);
    descriptor: (Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;Ljava/lang/String;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=8
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCCallable this
        start local 1 // io.vertx.core.Vertx vertx
        start local 2 // io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper helper
        start local 3 // io.vertx.ext.sql.SQLOptions options
        start local 4 // io.vertx.core.impl.ContextInternal ctx
        start local 5 // java.lang.String sql
        start local 6 // io.vertx.core.json.JsonArray in
        start local 7 // io.vertx.core.json.JsonArray out
         0: .line 38
            aload 0 /* this */
            aload 1 /* vertx */
            aload 2 /* helper */
            aload 3 /* options */
            aload 4 /* ctx */
            invokespecial io.vertx.ext.jdbc.impl.actions.AbstractJDBCAction.<init>:(Lio/vertx/core/Vertx;Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;Lio/vertx/ext/sql/SQLOptions;Lio/vertx/core/impl/ContextInternal;)V
         1: .line 39
            aload 0 /* this */
            aload 5 /* sql */
            putfield io.vertx.ext.jdbc.impl.actions.JDBCCallable.sql:Ljava/lang/String;
         2: .line 40
            aload 0 /* this */
            aload 6 /* in */
            putfield io.vertx.ext.jdbc.impl.actions.JDBCCallable.in:Lio/vertx/core/json/JsonArray;
         3: .line 41
            aload 0 /* this */
            aload 7 /* out */
            putfield io.vertx.ext.jdbc.impl.actions.JDBCCallable.out:Lio/vertx/core/json/JsonArray;
         4: .line 42
            return
        end local 7 // io.vertx.core.json.JsonArray out
        end local 6 // io.vertx.core.json.JsonArray in
        end local 5 // java.lang.String sql
        end local 4 // io.vertx.core.impl.ContextInternal ctx
        end local 3 // io.vertx.ext.sql.SQLOptions options
        end local 2 // io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper helper
        end local 1 // io.vertx.core.Vertx vertx
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCCallable this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/vertx/ext/jdbc/impl/actions/JDBCCallable;
            0    5     1    vertx  Lio/vertx/core/Vertx;
            0    5     2   helper  Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            0    5     3  options  Lio/vertx/ext/sql/SQLOptions;
            0    5     4      ctx  Lio/vertx/core/impl/ContextInternal;
            0    5     5      sql  Ljava/lang/String;
            0    5     6       in  Lio/vertx/core/json/JsonArray;
            0    5     7      out  Lio/vertx/core/json/JsonArray;
    MethodParameters:
         Name  Flags
      vertx    
      helper   
      options  
      ctx      
      sql      
      in       
      out      

  public io.vertx.ext.sql.ResultSet execute(java.sql.Connection);
    descriptor: (Ljava/sql/Connection;)Lio/vertx/ext/sql/ResultSet;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=12, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCCallable this
        start local 1 // java.sql.Connection conn
         0: .line 46
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 1 /* conn */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCCallable.sql:Ljava/lang/String;
            invokeinterface java.sql.Connection.prepareCall:(Ljava/lang/String;)Ljava/sql/CallableStatement;
            astore 4 /* statement */
        start local 4 // java.sql.CallableStatement statement
         2: .line 48
            aload 0 /* this */
            aload 4 /* statement */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCCallable.applyStatementOptions:(Ljava/sql/Statement;)V
         3: .line 50
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCCallable.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            aload 4 /* statement */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCCallable.in:Lio/vertx/core/json/JsonArray;
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCCallable.out:Lio/vertx/core/json/JsonArray;
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper.fillStatement:(Ljava/sql/CallableStatement;Lio/vertx/core/json/JsonArray;Lio/vertx/core/json/JsonArray;)V
         4: .line 52
            aload 4 /* statement */
            invokeinterface java.sql.CallableStatement.execute:()Z
            istore 5 /* retResult */
        start local 5 // boolean retResult
         5: .line 53
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCCallable.out:Lio/vertx/core/json/JsonArray;
            ifnull 6
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCCallable.out:Lio/vertx/core/json/JsonArray;
            invokevirtual io.vertx.core.json.JsonArray.size:()I
            ifle 6
            iconst_1
            goto 7
      StackMap locals: io.vertx.ext.jdbc.impl.actions.JDBCCallable java.sql.Connection java.lang.Throwable java.lang.Throwable java.sql.CallableStatement int
      StackMap stack:
         6: iconst_0
      StackMap locals:
      StackMap stack: int
         7: istore 6 /* outResult */
        start local 6 // boolean outResult
         8: .line 55
            aconst_null
            astore 7 /* resultSet */
        start local 7 // io.vertx.ext.sql.ResultSet resultSet
         9: .line 57
            iload 5 /* retResult */
            ifeq 31
        10: .line 58
            aconst_null
            astore 8 /* ref */
        start local 8 // io.vertx.ext.sql.ResultSet ref
        11: .line 60
            goto 29
        12: .line 61
      StackMap locals: int io.vertx.ext.sql.ResultSet io.vertx.ext.sql.ResultSet
      StackMap stack:
            aconst_null
            astore 9
            aconst_null
            astore 10
        13: aload 4 /* statement */
            invokeinterface java.sql.CallableStatement.getResultSet:()Ljava/sql/ResultSet;
            astore 11 /* rs */
        start local 11 // java.sql.ResultSet rs
        14: .line 63
            aload 8 /* ref */
            ifnonnull 18
        15: .line 64
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCCallable.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            aload 11 /* rs */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper.asList:(Ljava/sql/ResultSet;)Lio/vertx/ext/sql/ResultSet;
            astore 7 /* resultSet */
        16: .line 65
            aload 7 /* resultSet */
            astore 8 /* ref */
        17: .line 66
            goto 20
        18: .line 67
      StackMap locals: java.lang.Throwable java.lang.Throwable java.sql.ResultSet
      StackMap stack:
            aload 8 /* ref */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCCallable.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            aload 11 /* rs */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper.asList:(Ljava/sql/ResultSet;)Lio/vertx/ext/sql/ResultSet;
            invokevirtual io.vertx.ext.sql.ResultSet.setNext:(Lio/vertx/ext/sql/ResultSet;)Lio/vertx/ext/sql/ResultSet;
            pop
        19: .line 68
            aload 8 /* ref */
            invokevirtual io.vertx.ext.sql.ResultSet.getNext:()Lio/vertx/ext/sql/ResultSet;
            astore 8 /* ref */
        20: .line 70
      StackMap locals:
      StackMap stack:
            iload 6 /* outResult */
            ifeq 22
        21: .line 72
            aload 8 /* ref */
            aload 0 /* this */
            aload 4 /* statement */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCCallable.convertOutputs:(Ljava/sql/CallableStatement;)Lio/vertx/core/json/JsonArray;
            invokevirtual io.vertx.ext.sql.ResultSet.setOutput:(Lio/vertx/core/json/JsonArray;)Lio/vertx/ext/sql/ResultSet;
            pop
        22: .line 74
      StackMap locals:
      StackMap stack:
            aload 11 /* rs */
            ifnull 28
            aload 11 /* rs */
            invokeinterface java.sql.ResultSet.close:()V
            goto 28
      StackMap locals:
      StackMap stack: java.lang.Throwable
        23: astore 9
            aload 11 /* rs */
            ifnull 24
            aload 11 /* rs */
            invokeinterface java.sql.ResultSet.close:()V
        end local 11 // java.sql.ResultSet rs
      StackMap locals:
      StackMap stack:
        24: aload 9
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        25: astore 10
            aload 9
            ifnonnull 26
            aload 10
            astore 9
            goto 27
      StackMap locals:
      StackMap stack:
        26: aload 9
            aload 10
            if_acmpeq 27
            aload 9
            aload 10
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        27: aload 9
            athrow
        28: .line 75
      StackMap locals:
      StackMap stack:
            aload 4 /* statement */
            invokeinterface java.sql.CallableStatement.getMoreResults:()Z
            istore 5 /* retResult */
        29: .line 60
      StackMap locals:
      StackMap stack:
            iload 5 /* retResult */
            ifne 12
        end local 8 // io.vertx.ext.sql.ResultSet ref
        30: .line 77
            goto 33
        31: .line 78
      StackMap locals:
      StackMap stack:
            iload 6 /* outResult */
            ifeq 33
        32: .line 80
            new io.vertx.ext.sql.ResultSet
            dup
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            invokestatic java.util.Collections.emptyList:()Ljava/util/List;
            aconst_null
            invokespecial io.vertx.ext.sql.ResultSet.<init>:(Ljava/util/List;Ljava/util/List;Lio/vertx/ext/sql/ResultSet;)V
            aload 0 /* this */
            aload 4 /* statement */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCCallable.convertOutputs:(Ljava/sql/CallableStatement;)Lio/vertx/core/json/JsonArray;
            invokevirtual io.vertx.ext.sql.ResultSet.setOutput:(Lio/vertx/core/json/JsonArray;)Lio/vertx/ext/sql/ResultSet;
            astore 7 /* resultSet */
        33: .line 85
      StackMap locals:
      StackMap stack:
            aload 7 /* resultSet */
        34: .line 86
            aload 4 /* statement */
            ifnull 35
            aload 4 /* statement */
            invokeinterface java.sql.CallableStatement.close:()V
        35: .line 85
      StackMap locals:
      StackMap stack: io.vertx.ext.sql.ResultSet
            areturn
        end local 7 // io.vertx.ext.sql.ResultSet resultSet
        end local 6 // boolean outResult
        end local 5 // boolean retResult
      StackMap locals: io.vertx.ext.jdbc.impl.actions.JDBCCallable java.sql.Connection java.lang.Throwable java.lang.Throwable java.sql.CallableStatement
      StackMap stack: java.lang.Throwable
        36: astore 2
        37: .line 86
            aload 4 /* statement */
            ifnull 38
            aload 4 /* statement */
            invokeinterface java.sql.CallableStatement.close:()V
        end local 4 // java.sql.CallableStatement statement
      StackMap locals:
      StackMap stack:
        38: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        39: astore 3
            aload 2
            ifnonnull 40
            aload 3
            astore 2
            goto 41
      StackMap locals:
      StackMap stack:
        40: aload 2
            aload 3
            if_acmpeq 41
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        41: aload 2
            athrow
        end local 1 // java.sql.Connection conn
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCCallable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   42     0       this  Lio/vertx/ext/jdbc/impl/actions/JDBCCallable;
            0   42     1       conn  Ljava/sql/Connection;
            2   38     4  statement  Ljava/sql/CallableStatement;
            5   36     5  retResult  Z
            8   36     6  outResult  Z
            9   36     7  resultSet  Lio/vertx/ext/sql/ResultSet;
           11   30     8        ref  Lio/vertx/ext/sql/ResultSet;
           14   24    11         rs  Ljava/sql/ResultSet;
      Exception table:
        from    to  target  type
          14    22      23  any
          13    25      25  any
           2    34      36  any
           1    35      39  any
          36    39      39  any
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      conn  

  private io.vertx.core.json.JsonArray convertOutputs(java.sql.CallableStatement);
    descriptor: (Ljava/sql/CallableStatement;)Lio/vertx/core/json/JsonArray;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCCallable this
        start local 1 // java.sql.CallableStatement statement
         0: .line 90
            new io.vertx.core.json.JsonArray
            dup
            invokespecial io.vertx.core.json.JsonArray.<init>:()V
            astore 2 /* result */
        start local 2 // io.vertx.core.json.JsonArray result
         1: .line 92
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         2: goto 16
         3: .line 93
      StackMap locals: io.vertx.core.json.JsonArray int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCCallable.out:Lio/vertx/core/json/JsonArray;
            iload 3 /* i */
            invokevirtual io.vertx.core.json.JsonArray.getValue:(I)Ljava/lang/Object;
            astore 4 /* var */
        start local 4 // java.lang.Object var
         4: .line 95
            aload 4 /* var */
            ifnull 14
         5: .line 96
            aload 1 /* statement */
            iload 3 /* i */
            iconst_1
            iadd
            invokeinterface java.sql.CallableStatement.getObject:(I)Ljava/lang/Object;
            astore 5 /* value */
        start local 5 // java.lang.Object value
         6: .line 97
            aload 5 /* value */
            ifnonnull 9
         7: .line 98
            aload 2 /* result */
            invokevirtual io.vertx.core.json.JsonArray.addNull:()Lio/vertx/core/json/JsonArray;
            pop
         8: .line 99
            goto 15
      StackMap locals: java.lang.Object java.lang.Object
      StackMap stack:
         9: aload 5 /* value */
            instanceof java.sql.ResultSet
            ifeq 12
        10: .line 100
            aload 2 /* result */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCCallable.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            aload 5 /* value */
            checkcast java.sql.ResultSet
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper.asList:(Ljava/sql/ResultSet;)Lio/vertx/ext/sql/ResultSet;
            invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/Object;)Lio/vertx/core/json/JsonArray;
            pop
        11: .line 101
            goto 15
        12: .line 102
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            aload 5 /* value */
            invokestatic io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper.convertSqlValue:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual io.vertx.core.json.JsonArray.add:(Ljava/lang/Object;)Lio/vertx/core/json/JsonArray;
            pop
        end local 5 // java.lang.Object value
        13: .line 104
            goto 15
        14: .line 105
      StackMap locals:
      StackMap stack:
            aload 2 /* result */
            invokevirtual io.vertx.core.json.JsonArray.addNull:()Lio/vertx/core/json/JsonArray;
            pop
        end local 4 // java.lang.Object var
        15: .line 92
      StackMap locals:
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        16: iload 3 /* i */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCCallable.out:Lio/vertx/core/json/JsonArray;
            invokevirtual io.vertx.core.json.JsonArray.size:()I
            if_icmplt 3
        end local 3 // int i
        17: .line 109
            aload 2 /* result */
            areturn
        end local 2 // io.vertx.core.json.JsonArray result
        end local 1 // java.sql.CallableStatement statement
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCCallable this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   18     0       this  Lio/vertx/ext/jdbc/impl/actions/JDBCCallable;
            0   18     1  statement  Ljava/sql/CallableStatement;
            1   18     2     result  Lio/vertx/core/json/JsonArray;
            2   17     3          i  I
            4   15     4        var  Ljava/lang/Object;
            6   13     5      value  Ljava/lang/Object;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
           Name  Flags
      statement  

  protected java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCCallable this
         0: .line 114
            ldc "callable"
            areturn
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCCallable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCCallable;

  public java.lang.Object execute(java.sql.Connection);
    descriptor: (Ljava/sql/Connection;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCCallable.execute:(Ljava/sql/Connection;)Lio/vertx/ext/sql/ResultSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.sql.SQLException
}
Signature: Lio/vertx/ext/jdbc/impl/actions/AbstractJDBCAction<Lio/vertx/ext/sql/ResultSet;>;
SourceFile: "JDBCCallable.java"