public class io.vertx.ext.jdbc.impl.actions.JDBCUpdate extends io.vertx.ext.jdbc.impl.actions.AbstractJDBCAction<io.vertx.ext.sql.UpdateResult>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.ext.jdbc.impl.actions.JDBCUpdate
  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 boolean generateKeys;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  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);
    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;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCUpdate 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
         0: .line 39
            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 40
            aload 0 /* this */
            aload 5 /* sql */
            putfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.sql:Ljava/lang/String;
         2: .line 41
            aload 0 /* this */
            aload 6 /* in */
            putfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.in:Lio/vertx/core/json/JsonArray;
         3: .line 42
            return
        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.JDBCUpdate this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lio/vertx/ext/jdbc/impl/actions/JDBCUpdate;
            0    4     1    vertx  Lio/vertx/core/Vertx;
            0    4     2   helper  Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            0    4     3  options  Lio/vertx/ext/sql/SQLOptions;
            0    4     4      ctx  Lio/vertx/core/impl/ContextInternal;
            0    4     5      sql  Ljava/lang/String;
            0    4     6       in  Lio/vertx/core/json/JsonArray;
    MethodParameters:
         Name  Flags
      vertx    
      helper   
      options  
      ctx      
      sql      
      in       

  private java.sql.PreparedStatement prepareStatement(java.sql.Connection);
    descriptor: (Ljava/sql/Connection;)Ljava/sql/PreparedStatement;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCUpdate this
        start local 1 // java.sql.Connection conn
         0: .line 45
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.options:Lio/vertx/ext/sql/SQLOptions;
            ifnonnull 3
         1: .line 46
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.generateKeys:Z
         2: .line 47
            aload 1 /* conn */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.sql:Ljava/lang/String;
            iconst_1
            invokeinterface java.sql.Connection.prepareStatement:(Ljava/lang/String;I)Ljava/sql/PreparedStatement;
            areturn
         3: .line 50
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.options:Lio/vertx/ext/sql/SQLOptions;
            invokevirtual io.vertx.ext.sql.SQLOptions.isAutoGeneratedKeys:()Z
            ifne 6
         4: .line 51
            aload 0 /* this */
            iconst_0
            putfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.generateKeys:Z
         5: .line 52
            aload 1 /* conn */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.sql:Ljava/lang/String;
            iconst_2
            invokeinterface java.sql.Connection.prepareStatement:(Ljava/lang/String;I)Ljava/sql/PreparedStatement;
            areturn
         6: .line 55
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.options:Lio/vertx/ext/sql/SQLOptions;
            invokevirtual io.vertx.ext.sql.SQLOptions.getAutoGeneratedKeysIndexes:()Lio/vertx/core/json/JsonArray;
            ifnonnull 9
         7: .line 56
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.generateKeys:Z
         8: .line 57
            aload 1 /* conn */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.sql:Ljava/lang/String;
            iconst_1
            invokeinterface java.sql.Connection.prepareStatement:(Ljava/lang/String;I)Ljava/sql/PreparedStatement;
            areturn
         9: .line 60
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.options:Lio/vertx/ext/sql/SQLOptions;
            invokevirtual io.vertx.ext.sql.SQLOptions.getAutoGeneratedKeysIndexes:()Lio/vertx/core/json/JsonArray;
            iconst_0
            invokevirtual io.vertx.core.json.JsonArray.getValue:(I)Ljava/lang/Object;
            instanceof java.lang.String
            ifeq 18
        10: .line 61
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.options:Lio/vertx/ext/sql/SQLOptions;
            invokevirtual io.vertx.ext.sql.SQLOptions.getAutoGeneratedKeysIndexes:()Lio/vertx/core/json/JsonArray;
            invokevirtual io.vertx.core.json.JsonArray.size:()I
            anewarray java.lang.String
            astore 2 /* columnNames */
        start local 2 // java.lang.String[] columnNames
        11: .line 62
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        12: goto 15
        13: .line 63
      StackMap locals: java.lang.String[] int
      StackMap stack:
            aload 2 /* columnNames */
            iload 3 /* i */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.options:Lio/vertx/ext/sql/SQLOptions;
            invokevirtual io.vertx.ext.sql.SQLOptions.getAutoGeneratedKeysIndexes:()Lio/vertx/core/json/JsonArray;
            iload 3 /* i */
            invokevirtual io.vertx.core.json.JsonArray.getString:(I)Ljava/lang/String;
            aastore
        14: .line 62
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        15: iload 3 /* i */
            aload 2 /* columnNames */
            arraylength
            if_icmplt 13
        end local 3 // int i
        16: .line 66
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.generateKeys:Z
        17: .line 67
            aload 1 /* conn */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.sql:Ljava/lang/String;
            aload 2 /* columnNames */
            invokeinterface java.sql.Connection.prepareStatement:(Ljava/lang/String;[Ljava/lang/String;)Ljava/sql/PreparedStatement;
            areturn
        end local 2 // java.lang.String[] columnNames
        18: .line 70
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.options:Lio/vertx/ext/sql/SQLOptions;
            invokevirtual io.vertx.ext.sql.SQLOptions.getAutoGeneratedKeysIndexes:()Lio/vertx/core/json/JsonArray;
            iconst_0
            invokevirtual io.vertx.core.json.JsonArray.getValue:(I)Ljava/lang/Object;
            instanceof java.lang.Number
            ifeq 27
        19: .line 71
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.options:Lio/vertx/ext/sql/SQLOptions;
            invokevirtual io.vertx.ext.sql.SQLOptions.getAutoGeneratedKeysIndexes:()Lio/vertx/core/json/JsonArray;
            invokevirtual io.vertx.core.json.JsonArray.size:()I
            newarray 10
            astore 2 /* columnIndexes */
        start local 2 // int[] columnIndexes
        20: .line 72
            iconst_0
            istore 3 /* i */
        start local 3 // int i
        21: goto 24
        22: .line 73
      StackMap locals: int[] int
      StackMap stack:
            aload 2 /* columnIndexes */
            iload 3 /* i */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.options:Lio/vertx/ext/sql/SQLOptions;
            invokevirtual io.vertx.ext.sql.SQLOptions.getAutoGeneratedKeysIndexes:()Lio/vertx/core/json/JsonArray;
            iload 3 /* i */
            invokevirtual io.vertx.core.json.JsonArray.getInteger:(I)Ljava/lang/Integer;
            invokevirtual java.lang.Integer.intValue:()I
            iastore
        23: .line 72
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        24: iload 3 /* i */
            aload 2 /* columnIndexes */
            arraylength
            if_icmplt 22
        end local 3 // int i
        25: .line 76
            aload 0 /* this */
            iconst_1
            putfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.generateKeys:Z
        26: .line 77
            aload 1 /* conn */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.sql:Ljava/lang/String;
            aload 2 /* columnIndexes */
            invokeinterface java.sql.Connection.prepareStatement:(Ljava/lang/String;[I)Ljava/sql/PreparedStatement;
            areturn
        end local 2 // int[] columnIndexes
        27: .line 81
      StackMap locals:
      StackMap stack:
            new java.sql.SQLException
            dup
            ldc "Invalid type for auto generated keys"
            invokespecial java.sql.SQLException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.sql.Connection conn
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCUpdate this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   28     0           this  Lio/vertx/ext/jdbc/impl/actions/JDBCUpdate;
            0   28     1           conn  Ljava/sql/Connection;
           11   18     2    columnNames  [Ljava/lang/String;
           12   16     3              i  I
           20   27     2  columnIndexes  [I
           21   25     3              i  I
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      conn  

  public io.vertx.ext.sql.UpdateResult execute(java.sql.Connection);
    descriptor: (Ljava/sql/Connection;)Lio/vertx/ext/sql/UpdateResult;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=13, args_size=2
        start local 0 // io.vertx.ext.jdbc.impl.actions.JDBCUpdate this
        start local 1 // java.sql.Connection conn
         0: .line 86
            aconst_null
            astore 2
            aconst_null
            astore 3
         1: aload 0 /* this */
            aload 1 /* conn */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCUpdate.prepareStatement:(Ljava/sql/Connection;)Ljava/sql/PreparedStatement;
            astore 4 /* statement */
        start local 4 // java.sql.PreparedStatement statement
         2: .line 88
            aload 0 /* this */
            aload 4 /* statement */
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCUpdate.applyStatementOptions:(Ljava/sql/Statement;)V
         3: .line 90
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.helper:Lio/vertx/ext/jdbc/impl/actions/JDBCStatementHelper;
            aload 4 /* statement */
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.in:Lio/vertx/core/json/JsonArray;
            invokevirtual io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper.fillStatement:(Ljava/sql/PreparedStatement;Lio/vertx/core/json/JsonArray;)V
         4: .line 92
            aload 4 /* statement */
            invokeinterface java.sql.PreparedStatement.executeUpdate:()I
            istore 5 /* updated */
        start local 5 // int updated
         5: .line 93
            new io.vertx.core.json.JsonArray
            dup
            invokespecial io.vertx.core.json.JsonArray.<init>:()V
            astore 6 /* keys */
        start local 6 // io.vertx.core.json.JsonArray keys
         6: .line 96
            aload 0 /* this */
            getfield io.vertx.ext.jdbc.impl.actions.JDBCUpdate.generateKeys:Z
            ifeq 41
         7: .line 97
            aconst_null
            astore 7 /* rs */
        start local 7 // java.sql.ResultSet rs
         8: .line 101
            aload 4 /* statement */
            invokeinterface java.sql.PreparedStatement.getGeneratedKeys:()Ljava/sql/ResultSet;
            astore 7 /* rs */
         9: .line 102
            aload 7 /* rs */
            ifnull 37
        10: .line 103
            aload 7 /* rs */
            invokeinterface java.sql.ResultSet.getMetaData:()Ljava/sql/ResultSetMetaData;
            astore 8 /* metaData */
        start local 8 // java.sql.ResultSetMetaData metaData
        11: .line 104
            aload 8 /* metaData */
            ifnull 12
            aload 8 /* metaData */
            invokeinterface java.sql.ResultSetMetaData.getColumnCount:()I
            goto 13
      StackMap locals: io.vertx.ext.jdbc.impl.actions.JDBCUpdate java.sql.Connection java.lang.Throwable java.lang.Throwable java.sql.PreparedStatement int io.vertx.core.json.JsonArray java.sql.ResultSet java.sql.ResultSetMetaData
      StackMap stack:
        12: iconst_1
      StackMap locals:
      StackMap stack: int
        13: istore 9 /* columns */
        start local 9 // int columns
        14: .line 105
            goto 24
        15: .line 106
      StackMap locals: int
      StackMap stack:
            iconst_1
            istore 10 /* i */
        start local 10 // int i
        16: goto 23
        17: .line 107
      StackMap locals: int
      StackMap stack:
            aload 7 /* rs */
            iload 10 /* i */
            invokeinterface java.sql.ResultSet.getObject:(I)Ljava/lang/Object;
            astore 11 /* key */
        start local 11 // java.lang.Object key
        18: .line 108
            aload 11 /* key */
            ifnonnull 21
        19: .line 109
            aload 6 /* keys */
            invokevirtual io.vertx.core.json.JsonArray.addNull:()Lio/vertx/core/json/JsonArray;
            pop
        20: .line 110
            goto 22
        21: .line 111
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 6 /* keys */
            aload 11 /* key */
            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 11 // java.lang.Object key
        22: .line 106
      StackMap locals:
      StackMap stack:
            iinc 10 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 10 /* i */
            iload 9 /* columns */
            if_icmple 17
        end local 10 // int i
        24: .line 105
      StackMap locals:
      StackMap stack:
            aload 7 /* rs */
            invokeinterface java.sql.ResultSet.next:()Z
            ifne 15
        end local 9 // int columns
        end local 8 // java.sql.ResultSetMetaData metaData
        25: .line 116
            goto 37
      StackMap locals: io.vertx.ext.jdbc.impl.actions.JDBCUpdate java.sql.Connection java.lang.Throwable java.lang.Throwable java.sql.PreparedStatement int io.vertx.core.json.JsonArray java.sql.ResultSet
      StackMap stack: java.sql.SQLException
        26: pop
        27: .line 119
            aload 7 /* rs */
            ifnull 41
        28: .line 121
            aload 7 /* rs */
            invokeinterface java.sql.ResultSet.close:()V
        29: .line 122
            goto 41
      StackMap locals:
      StackMap stack: java.sql.SQLException
        30: pop
            goto 41
        31: .line 118
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 12
        32: .line 119
            aload 7 /* rs */
            ifnull 36
        33: .line 121
            aload 7 /* rs */
            invokeinterface java.sql.ResultSet.close:()V
        34: .line 122
            goto 36
      StackMap locals: io.vertx.ext.jdbc.impl.actions.JDBCUpdate java.sql.Connection java.lang.Throwable java.lang.Throwable java.sql.PreparedStatement int io.vertx.core.json.JsonArray java.sql.ResultSet top top top top java.lang.Throwable
      StackMap stack: java.sql.SQLException
        35: pop
        36: .line 126
      StackMap locals:
      StackMap stack:
            aload 12
            athrow
        37: .line 119
      StackMap locals: io.vertx.ext.jdbc.impl.actions.JDBCUpdate java.sql.Connection java.lang.Throwable java.lang.Throwable java.sql.PreparedStatement int io.vertx.core.json.JsonArray java.sql.ResultSet
      StackMap stack:
            aload 7 /* rs */
            ifnull 41
        38: .line 121
            aload 7 /* rs */
            invokeinterface java.sql.ResultSet.close:()V
        39: .line 122
            goto 41
      StackMap locals:
      StackMap stack: java.sql.SQLException
        40: pop
        end local 7 // java.sql.ResultSet rs
        41: .line 129
      StackMap locals:
      StackMap stack:
            new io.vertx.ext.sql.UpdateResult
            dup
            iload 5 /* updated */
            aload 6 /* keys */
            invokespecial io.vertx.ext.sql.UpdateResult.<init>:(ILio/vertx/core/json/JsonArray;)V
        42: .line 130
            aload 4 /* statement */
            ifnull 43
            aload 4 /* statement */
            invokeinterface java.sql.PreparedStatement.close:()V
        43: .line 129
      StackMap locals:
      StackMap stack: io.vertx.ext.sql.UpdateResult
            areturn
        end local 6 // io.vertx.core.json.JsonArray keys
        end local 5 // int updated
      StackMap locals: io.vertx.ext.jdbc.impl.actions.JDBCUpdate java.sql.Connection java.lang.Throwable java.lang.Throwable java.sql.PreparedStatement
      StackMap stack: java.lang.Throwable
        44: astore 2
        45: .line 130
            aload 4 /* statement */
            ifnull 46
            aload 4 /* statement */
            invokeinterface java.sql.PreparedStatement.close:()V
        end local 4 // java.sql.PreparedStatement statement
      StackMap locals:
      StackMap stack:
        46: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        47: astore 3
            aload 2
            ifnonnull 48
            aload 3
            astore 2
            goto 49
      StackMap locals:
      StackMap stack:
        48: aload 2
            aload 3
            if_acmpeq 49
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        49: aload 2
            athrow
        end local 1 // java.sql.Connection conn
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCUpdate this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   50     0       this  Lio/vertx/ext/jdbc/impl/actions/JDBCUpdate;
            0   50     1       conn  Ljava/sql/Connection;
            2   46     4  statement  Ljava/sql/PreparedStatement;
            5   44     5    updated  I
            6   44     6       keys  Lio/vertx/core/json/JsonArray;
            8   41     7         rs  Ljava/sql/ResultSet;
           11   25     8   metaData  Ljava/sql/ResultSetMetaData;
           14   25     9    columns  I
           16   24    10          i  I
           18   22    11        key  Ljava/lang/Object;
      Exception table:
        from    to  target  type
           8    25      26  Class java.sql.SQLException
          28    29      30  Class java.sql.SQLException
           8    27      31  any
          33    34      35  Class java.sql.SQLException
          38    39      40  Class java.sql.SQLException
           2    42      44  any
           1    43      47  any
          44    47      47  any
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      conn  

  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.JDBCUpdate this
         0: .line 135
            ldc "update"
            areturn
        end local 0 // io.vertx.ext.jdbc.impl.actions.JDBCUpdate this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/ext/jdbc/impl/actions/JDBCUpdate;

  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.JDBCUpdate.execute:(Ljava/sql/Connection;)Lio/vertx/ext/sql/UpdateResult;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.sql.SQLException
}
Signature: Lio/vertx/ext/jdbc/impl/actions/AbstractJDBCAction<Lio/vertx/ext/sql/UpdateResult;>;
SourceFile: "JDBCUpdate.java"