final class com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer
  super_class: java.lang.Object
{
  private final com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer$FetchBufferTokenHandler fetchBufferTokenHandler;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$FetchBuffer$FetchBufferTokenHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.microsoft.sqlserver.jdbc.TDSReaderMark startMark;
    descriptor: Lcom/microsoft/sqlserver/jdbc/TDSReaderMark;
    flags: (0x0002) ACC_PRIVATE

  private com.microsoft.sqlserver.jdbc.RowType fetchBufferCurrentRowType;
    descriptor: Lcom/microsoft/sqlserver/jdbc/RowType;
    flags: (0x0002) ACC_PRIVATE

  private boolean done;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private boolean needsServerCursorFixup;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  final com.microsoft.sqlserver.jdbc.SQLServerResultSet this$0;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 5317
            ldc Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  final void clearStartMark();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer this
         0: .line 5390
            aload 0 /* this */
            aconst_null
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.startMark:Lcom/microsoft/sqlserver/jdbc/TDSReaderMark;
         1: .line 5391
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$FetchBuffer;

  final boolean needsServerCursorFixup();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer this
         0: .line 5398
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.needsServerCursorFixup:Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$FetchBuffer;

  void <init>(com.microsoft.sqlserver.jdbc.SQLServerResultSet);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer this
         0: .line 5401
            aload 0 /* this */
            aload 1
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 5384
            aload 0 /* this */
            new com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer$FetchBufferTokenHandler
            dup
            aload 0 /* this */
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer$FetchBufferTokenHandler.<init>:(Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$FetchBuffer;)V
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.fetchBufferTokenHandler:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$FetchBuffer$FetchBufferTokenHandler;
         2: .line 5393
            aload 0 /* this */
            getstatic com.microsoft.sqlserver.jdbc.RowType.UNKNOWN:Lcom/microsoft/sqlserver/jdbc/RowType;
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.fetchBufferCurrentRowType:Lcom/microsoft/sqlserver/jdbc/RowType;
         3: .line 5402
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.init:()V
         4: .line 5403
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$FetchBuffer;
    MethodParameters:
        Name  Flags
      this$0  final

  final void ensureStartMark();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer this
         0: .line 5406
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.startMark:Lcom/microsoft/sqlserver/jdbc/TDSReaderMark;
            ifnonnull 4
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerResultSet.isForwardOnly:()Z
            ifne 4
         1: .line 5407
            getstatic com.microsoft.sqlserver.jdbc.SQLServerResultSet.logger:Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINEST:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 3
         2: .line 5408
            getstatic com.microsoft.sqlserver.jdbc.SQLServerResultSet.logger:Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " Setting fetch buffer start mark"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.finest:(Ljava/lang/String;)V
         3: .line 5410
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet.tdsReader:Lcom/microsoft/sqlserver/jdbc/TDSReader;
            invokevirtual com.microsoft.sqlserver.jdbc.TDSReader.mark:()Lcom/microsoft/sqlserver/jdbc/TDSReaderMark;
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.startMark:Lcom/microsoft/sqlserver/jdbc/TDSReaderMark;
         4: .line 5412
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$FetchBuffer;

  final void reset();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer this
         0: .line 5418
            getstatic com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet.tdsReader:Lcom/microsoft/sqlserver/jdbc/TDSReader;
            ifnonnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 5419
      StackMap locals:
      StackMap stack:
            getstatic com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.$assertionsDisabled:Z
            ifne 2
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.startMark:Lcom/microsoft/sqlserver/jdbc/TDSReaderMark;
            ifnonnull 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 5421
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet.tdsReader:Lcom/microsoft/sqlserver/jdbc/TDSReader;
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.startMark:Lcom/microsoft/sqlserver/jdbc/TDSReaderMark;
            invokevirtual com.microsoft.sqlserver.jdbc.TDSReader.reset:(Lcom/microsoft/sqlserver/jdbc/TDSReaderMark;)V
         3: .line 5422
            aload 0 /* this */
            getstatic com.microsoft.sqlserver.jdbc.RowType.UNKNOWN:Lcom/microsoft/sqlserver/jdbc/RowType;
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.fetchBufferCurrentRowType:Lcom/microsoft/sqlserver/jdbc/RowType;
         4: .line 5423
            aload 0 /* this */
            iconst_0
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.done:Z
         5: .line 5424
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$FetchBuffer;

  final void init();
    descriptor: ()V
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer this
         0: .line 5431
            aload 0 /* this */
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet.serverCursorId:I
            ifne 1
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerResultSet.isForwardOnly:()Z
            ifne 1
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet.tdsReader:Lcom/microsoft/sqlserver/jdbc/TDSReader;
            invokevirtual com.microsoft.sqlserver.jdbc.TDSReader.mark:()Lcom/microsoft/sqlserver/jdbc/TDSReaderMark;
            goto 2
      StackMap locals:
      StackMap stack: com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer
         1: aconst_null
      StackMap locals: com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer
      StackMap stack: com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer com.microsoft.sqlserver.jdbc.TDSReaderMark
         2: putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.startMark:Lcom/microsoft/sqlserver/jdbc/TDSReaderMark;
         3: .line 5432
            aload 0 /* this */
            getstatic com.microsoft.sqlserver.jdbc.RowType.UNKNOWN:Lcom/microsoft/sqlserver/jdbc/RowType;
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.fetchBufferCurrentRowType:Lcom/microsoft/sqlserver/jdbc/RowType;
         4: .line 5433
            aload 0 /* this */
            iconst_0
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.done:Z
         5: .line 5434
            aload 0 /* this */
            iconst_0
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.needsServerCursorFixup:Z
         6: .line 5435
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$FetchBuffer;

  final com.microsoft.sqlserver.jdbc.RowType nextRow();
    descriptor: ()Lcom/microsoft/sqlserver/jdbc/RowType;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer this
         0: .line 5441
            aload 0 /* this */
            getstatic com.microsoft.sqlserver.jdbc.RowType.UNKNOWN:Lcom/microsoft/sqlserver/jdbc/RowType;
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.fetchBufferCurrentRowType:Lcom/microsoft/sqlserver/jdbc/RowType;
         1: .line 5443
            goto 3
         2: .line 5444
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet.tdsReader:Lcom/microsoft/sqlserver/jdbc/TDSReader;
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.fetchBufferTokenHandler:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$FetchBuffer$FetchBufferTokenHandler;
            invokestatic com.microsoft.sqlserver.jdbc.TDSParser.parse:(Lcom/microsoft/sqlserver/jdbc/TDSReader;Lcom/microsoft/sqlserver/jdbc/TDSTokenHandler;)V
         3: .line 5443
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet.tdsReader:Lcom/microsoft/sqlserver/jdbc/TDSReader;
            ifnull 4
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.done:Z
            ifne 4
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.fetchBufferCurrentRowType:Lcom/microsoft/sqlserver/jdbc/RowType;
            getstatic com.microsoft.sqlserver.jdbc.RowType.UNKNOWN:Lcom/microsoft/sqlserver/jdbc/RowType;
            invokevirtual com.microsoft.sqlserver.jdbc.RowType.equals:(Ljava/lang/Object;)Z
            ifne 2
         4: .line 5446
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.fetchBufferCurrentRowType:Lcom/microsoft/sqlserver/jdbc/RowType;
            getstatic com.microsoft.sqlserver.jdbc.RowType.UNKNOWN:Lcom/microsoft/sqlserver/jdbc/RowType;
            invokevirtual com.microsoft.sqlserver.jdbc.RowType.equals:(Ljava/lang/Object;)Z
            ifeq 10
         5: .line 5447
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.fetchBufferTokenHandler:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$FetchBuffer$FetchBufferTokenHandler;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer$FetchBufferTokenHandler.getDatabaseError:()Lcom/microsoft/sqlserver/jdbc/SQLServerError;
            ifnull 10
         6: .line 5448
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet.stmt:Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;
            getfield com.microsoft.sqlserver.jdbc.SQLServerStatement.connection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aconst_null
         7: .line 5449
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.fetchBufferTokenHandler:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$FetchBuffer$FetchBufferTokenHandler;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer$FetchBufferTokenHandler.getDatabaseError:()Lcom/microsoft/sqlserver/jdbc/SQLServerError;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerError.getErrorMessage:()Ljava/lang/String;
         8: .line 5450
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.fetchBufferTokenHandler:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$FetchBuffer$FetchBufferTokenHandler;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer$FetchBufferTokenHandler.getDatabaseError:()Lcom/microsoft/sqlserver/jdbc/SQLServerError;
            iconst_0
         9: .line 5448
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError:(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;Ljava/lang/Object;Ljava/lang/String;Lcom/microsoft/sqlserver/jdbc/SQLServerError;Z)V
        10: .line 5453
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.fetchBufferCurrentRowType:Lcom/microsoft/sqlserver/jdbc/RowType;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$FetchBuffer;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  static com.microsoft.sqlserver.jdbc.SQLServerResultSet access$0(com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$FetchBuffer;)Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
    flags: (0x1008) ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 5317
            aload 0
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "SQLServerResultSet.java"
NestHost: com.microsoft.sqlserver.jdbc.SQLServerResultSet
InnerClasses:
  private final FetchBuffer = com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer of com.microsoft.sqlserver.jdbc.SQLServerResultSet
  private final FetchBufferTokenHandler = com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer$FetchBufferTokenHandler of com.microsoft.sqlserver.jdbc.SQLServerResultSet$FetchBuffer