public interface org.springframework.jdbc.core.InterruptibleBatchPreparedStatementSetter extends org.springframework.jdbc.core.BatchPreparedStatementSetter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.jdbc.core.InterruptibleBatchPreparedStatementSetter
  super_class: java.lang.Object
{
  public abstract boolean isBatchExhausted(int);
    descriptor: (I)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
      Name  Flags
      i     
}
SourceFile: "InterruptibleBatchPreparedStatementSetter.java"