public abstract class org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter implements org.springframework.jdbc.core.InterruptibleBatchPreparedStatementSetter
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
  super_class: java.lang.Object
{
  private boolean exhausted;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter this
         0: .line 33
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jdbc/core/support/AbstractInterruptibleBatchPreparedStatementSetter;

  public final void setValues(java.sql.PreparedStatement, int);
    descriptor: (Ljava/sql/PreparedStatement;I)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter this
        start local 1 // java.sql.PreparedStatement ps
        start local 2 // int i
         0: .line 45
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* ps */
            iload 2 /* i */
            invokevirtual org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter.setValuesIfAvailable:(Ljava/sql/PreparedStatement;I)Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack: org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter
         1: iconst_1
      StackMap locals: org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter java.sql.PreparedStatement int
      StackMap stack: org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter int
         2: putfield org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter.exhausted:Z
         3: .line 46
            return
        end local 2 // int i
        end local 1 // java.sql.PreparedStatement ps
        end local 0 // org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/springframework/jdbc/core/support/AbstractInterruptibleBatchPreparedStatementSetter;
            0    4     1    ps  Ljava/sql/PreparedStatement;
            0    4     2     i  I
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      ps    
      i     

  public final boolean isBatchExhausted(int);
    descriptor: (I)Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter this
        start local 1 // int i
         0: .line 53
            aload 0 /* this */
            getfield org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter.exhausted:Z
            ireturn
        end local 1 // int i
        end local 0 // org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jdbc/core/support/AbstractInterruptibleBatchPreparedStatementSetter;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  public int getBatchSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter this
         0: .line 62
            ldc 2147483647
            ireturn
        end local 0 // org.springframework.jdbc.core.support.AbstractInterruptibleBatchPreparedStatementSetter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/springframework/jdbc/core/support/AbstractInterruptibleBatchPreparedStatementSetter;

  protected abstract boolean setValuesIfAvailable(java.sql.PreparedStatement, int);
    descriptor: (Ljava/sql/PreparedStatement;I)Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      ps    
      i     
}
SourceFile: "AbstractInterruptibleBatchPreparedStatementSetter.java"