class org.springframework.jdbc.object.BatchSqlUpdate$1 implements org.springframework.jdbc.core.BatchPreparedStatementSetter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.springframework.jdbc.object.BatchSqlUpdate$1
  super_class: java.lang.Object
{
  final org.springframework.jdbc.object.BatchSqlUpdate this$0;
    descriptor: Lorg/springframework/jdbc/object/BatchSqlUpdate;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.springframework.jdbc.object.BatchSqlUpdate);
    descriptor: (Lorg/springframework/jdbc/object/BatchSqlUpdate;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.springframework.jdbc.object.BatchSqlUpdate$1 this
         0: .line 187
            aload 0 /* this */
            aload 1
            putfield org.springframework.jdbc.object.BatchSqlUpdate$1.this$0:Lorg/springframework/jdbc/object/BatchSqlUpdate;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.jdbc.object.BatchSqlUpdate$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jdbc/object/BatchSqlUpdate$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public int getBatchSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.jdbc.object.BatchSqlUpdate$1 this
         0: .line 190
            aload 0 /* this */
            getfield org.springframework.jdbc.object.BatchSqlUpdate$1.this$0:Lorg/springframework/jdbc/object/BatchSqlUpdate;
            getfield org.springframework.jdbc.object.BatchSqlUpdate.parameterQueue:Ljava/util/Deque;
            invokeinterface java.util.Deque.size:()I
            ireturn
        end local 0 // org.springframework.jdbc.object.BatchSqlUpdate$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jdbc/object/BatchSqlUpdate$1;

  public void setValues(java.sql.PreparedStatement, int);
    descriptor: (Ljava/sql/PreparedStatement;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // org.springframework.jdbc.object.BatchSqlUpdate$1 this
        start local 1 // java.sql.PreparedStatement ps
        start local 2 // int index
         0: .line 194
            aload 0 /* this */
            getfield org.springframework.jdbc.object.BatchSqlUpdate$1.this$0:Lorg/springframework/jdbc/object/BatchSqlUpdate;
            getfield org.springframework.jdbc.object.BatchSqlUpdate.parameterQueue:Ljava/util/Deque;
            invokeinterface java.util.Deque.removeFirst:()Ljava/lang/Object;
            checkcast java.lang.Object[]
            astore 3 /* params */
        start local 3 // java.lang.Object[] params
         1: .line 195
            aload 0 /* this */
            getfield org.springframework.jdbc.object.BatchSqlUpdate$1.this$0:Lorg/springframework/jdbc/object/BatchSqlUpdate;
            aload 3 /* params */
            invokevirtual org.springframework.jdbc.object.BatchSqlUpdate.newPreparedStatementSetter:([Ljava/lang/Object;)Lorg/springframework/jdbc/core/PreparedStatementSetter;
            aload 1 /* ps */
            invokeinterface org.springframework.jdbc.core.PreparedStatementSetter.setValues:(Ljava/sql/PreparedStatement;)V
         2: .line 196
            return
        end local 3 // java.lang.Object[] params
        end local 2 // int index
        end local 1 // java.sql.PreparedStatement ps
        end local 0 // org.springframework.jdbc.object.BatchSqlUpdate$1 this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lorg/springframework/jdbc/object/BatchSqlUpdate$1;
            0    3     1      ps  Ljava/sql/PreparedStatement;
            0    3     2   index  I
            1    3     3  params  [Ljava/lang/Object;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
       Name  Flags
      ps     
      index  
}
SourceFile: "BatchSqlUpdate.java"
EnclosingMethod: org.springframework.jdbc.object.BatchSqlUpdate.flush:()[I
NestHost: org.springframework.jdbc.object.BatchSqlUpdate
InnerClasses:
  org.springframework.jdbc.object.BatchSqlUpdate$1