final class com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer extends com.microsoft.sqlserver.jdbc.SQLServerResultSet$1CursorInitializer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer
  super_class: com.microsoft.sqlserver.jdbc.SQLServerResultSet$1CursorInitializer
{
  private int rowCount;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

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

  final int getRowCount();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer this
         0: .line 333
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer.rowCount:I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ClientCursorInitializer;

  final int getServerCursorId();
    descriptor: ()I
    flags: (0x0010) ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer this
         0: .line 337
            iconst_0
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ClientCursorInitializer;

  void <init>(com.microsoft.sqlserver.jdbc.SQLServerResultSet);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer this
         0: .line 340
            aload 0 /* this */
            aload 1
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
         1: .line 341
            aload 0 /* this */
            aload 1
            ldc "ClientCursorInitializer"
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerResultSet$1CursorInitializer.<init>:(Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;Ljava/lang/String;)V
         2: .line 330
            aload 0 /* this */
            bipush -3
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer.rowCount:I
         3: .line 342
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ClientCursorInitializer;
    MethodParameters:
        Name  Flags
      this$0  final

  boolean onRow(com.microsoft.sqlserver.jdbc.TDSReader);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/TDSReader;)Z
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer this
        start local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
         0: .line 346
            iconst_0
            ireturn
        end local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ClientCursorInitializer;
            0    1     1  tdsReader  Lcom/microsoft/sqlserver/jdbc/TDSReader;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
           Name  Flags
      tdsReader  

  boolean onNBCRow(com.microsoft.sqlserver.jdbc.TDSReader);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/TDSReader;)Z
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer this
        start local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
         0: .line 351
            iconst_0
            ireturn
        end local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ClientCursorInitializer;
            0    1     1  tdsReader  Lcom/microsoft/sqlserver/jdbc/TDSReader;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
           Name  Flags
      tdsReader  

  boolean onError(com.microsoft.sqlserver.jdbc.TDSReader);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/TDSReader;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer this
        start local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
         0: .line 358
            aload 0 /* this */
            iconst_0
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer.rowCount:I
         1: .line 359
            iconst_0
            ireturn
        end local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ClientCursorInitializer;
            0    2     1  tdsReader  Lcom/microsoft/sqlserver/jdbc/TDSReader;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
           Name  Flags
      tdsReader  

  boolean onDone(com.microsoft.sqlserver.jdbc.TDSReader);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/TDSReader;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer this
        start local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
         0: .line 365
            aload 0 /* this */
            iconst_0
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer.rowCount:I
         1: .line 368
            aload 1 /* tdsReader */
            invokevirtual com.microsoft.sqlserver.jdbc.TDSReader.peekTokenType:()I
            istore 2 /* packetType */
        start local 2 // int packetType
         2: .line 369
            sipush 253
            iload 2 /* packetType */
            if_icmpne 8
         3: .line 370
            aload 1 /* tdsReader */
            invokevirtual com.microsoft.sqlserver.jdbc.TDSReader.peekStatusFlag:()S
            istore 3 /* status */
        start local 3 // short status
         4: .line 372
            iload 3 /* status */
            iconst_2
            iand
            ifeq 8
         5: .line 374
            new com.microsoft.sqlserver.jdbc.StreamDone
            dup
            invokespecial com.microsoft.sqlserver.jdbc.StreamDone.<init>:()V
            astore 4 /* doneToken */
        start local 4 // com.microsoft.sqlserver.jdbc.StreamDone doneToken
         6: .line 375
            aload 4 /* doneToken */
            aload 1 /* tdsReader */
            invokevirtual com.microsoft.sqlserver.jdbc.StreamDone.setFromTDS:(Lcom/microsoft/sqlserver/jdbc/TDSReader;)V
         7: .line 376
            iconst_1
            ireturn
        end local 4 // com.microsoft.sqlserver.jdbc.StreamDone doneToken
        end local 3 // short status
         8: .line 380
      StackMap locals: int
      StackMap stack:
            iconst_0
            ireturn
        end local 2 // int packetType
        end local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    9     0        this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ClientCursorInitializer;
            0    9     1   tdsReader  Lcom/microsoft/sqlserver/jdbc/TDSReader;
            2    9     2  packetType  I
            4    8     3      status  S
            6    8     4   doneToken  Lcom/microsoft/sqlserver/jdbc/StreamDone;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
           Name  Flags
      tdsReader  
}
SourceFile: "SQLServerResultSet.java"
EnclosingMethod: com.microsoft.sqlserver.jdbc.SQLServerResultSet.<init>:(Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;)V
NestHost: com.microsoft.sqlserver.jdbc.SQLServerResultSet
InnerClasses:
  final ClientCursorInitializer = com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ClientCursorInitializer
  abstract CursorInitializer = com.microsoft.sqlserver.jdbc.SQLServerResultSet$1CursorInitializer