final class com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer 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$1ServerCursorInitializer
  super_class: com.microsoft.sqlserver.jdbc.SQLServerResultSet$1CursorInitializer
{
  private final com.microsoft.sqlserver.jdbc.SQLServerStatement stmt;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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$1ServerCursorInitializer this
         0: .line 297
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer.stmt:Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerStatement.getServerCursorRowCount:()I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ServerCursorInitializer;

  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$1ServerCursorInitializer this
         0: .line 301
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer.stmt:Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerStatement.getServerCursorId:()I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ServerCursorInitializer;

  void <init>(com.microsoft.sqlserver.jdbc.SQLServerResultSet, com.microsoft.sqlserver.jdbc.SQLServerStatement);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer this
        start local 2 // com.microsoft.sqlserver.jdbc.SQLServerStatement stmt
         0: .line 304
            aload 0 /* this */
            aload 1
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;
         1: .line 305
            aload 0 /* this */
            aload 1
            ldc "ServerCursorInitializer"
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerResultSet$1CursorInitializer.<init>:(Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet;Ljava/lang/String;)V
         2: .line 306
            aload 0 /* this */
            aload 2 /* stmt */
            putfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer.stmt:Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;
         3: .line 307
            return
        end local 2 // com.microsoft.sqlserver.jdbc.SQLServerStatement stmt
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ServerCursorInitializer;
            0    4     2  stmt  Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;
    MethodParameters:
        Name  Flags
      this$0  final
      stmt    

  boolean onRetStatus(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$1ServerCursorInitializer this
        start local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
         0: .line 315
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer.stmt:Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;
            aload 1 /* tdsReader */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerStatement.consumeExecOutParam:(Lcom/microsoft/sqlserver/jdbc/TDSReader;)Z
            pop
         1: .line 316
            iconst_1
            ireturn
        end local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ServerCursorInitializer;
            0    2     1  tdsReader  Lcom/microsoft/sqlserver/jdbc/TDSReader;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
           Name  Flags
      tdsReader  

  boolean onRetValue(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$1ServerCursorInitializer this
        start local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
         0: .line 323
            iconst_0
            ireturn
        end local 1 // com.microsoft.sqlserver.jdbc.TDSReader tdsReader
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/microsoft/sqlserver/jdbc/SQLServerResultSet$1ServerCursorInitializer;
            0    1     1  tdsReader  Lcom/microsoft/sqlserver/jdbc/TDSReader;
    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:
  abstract CursorInitializer = com.microsoft.sqlserver.jdbc.SQLServerResultSet$1CursorInitializer
  final ServerCursorInitializer = com.microsoft.sqlserver.jdbc.SQLServerResultSet$1ServerCursorInitializer