final class com.microsoft.sqlserver.jdbc.SQLServerStatement$ExecuteProperties
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SQLServerStatement$ExecuteProperties
  super_class: java.lang.Object
{
  private final boolean wasResponseBufferingSet;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean isResponseBufferingAdaptive;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int holdability;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

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

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

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

  void <init>(com.microsoft.sqlserver.jdbc.SQLServerStatement, com.microsoft.sqlserver.jdbc.SQLServerStatement);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerStatement$ExecuteProperties this
        start local 2 // com.microsoft.sqlserver.jdbc.SQLServerStatement stmt
         0: .line 190
            aload 0 /* this */
            aload 1
            putfield com.microsoft.sqlserver.jdbc.SQLServerStatement$ExecuteProperties.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 191
            aload 0 /* this */
            aload 2 /* stmt */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerStatement.wasResponseBufferingSet:()Z
            putfield com.microsoft.sqlserver.jdbc.SQLServerStatement$ExecuteProperties.wasResponseBufferingSet:Z
         2: .line 192
            aload 0 /* this */
            aload 2 /* stmt */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerStatement.getIsResponseBufferingAdaptive:()Z
            putfield com.microsoft.sqlserver.jdbc.SQLServerStatement$ExecuteProperties.isResponseBufferingAdaptive:Z
         3: .line 193
            aload 0 /* this */
            aload 2 /* stmt */
            getfield com.microsoft.sqlserver.jdbc.SQLServerStatement.connection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getHoldabilityInternal:()I
            putfield com.microsoft.sqlserver.jdbc.SQLServerStatement$ExecuteProperties.holdability:I
         4: .line 194
            return
        end local 2 // com.microsoft.sqlserver.jdbc.SQLServerStatement stmt
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerStatement$ExecuteProperties this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerStatement$ExecuteProperties;
            0    5     2  stmt  Lcom/microsoft/sqlserver/jdbc/SQLServerStatement;
    MethodParameters:
        Name  Flags
      this$0  final
      stmt    
}
SourceFile: "SQLServerStatement.java"
NestHost: com.microsoft.sqlserver.jdbc.SQLServerStatement
InnerClasses:
  final ExecuteProperties = com.microsoft.sqlserver.jdbc.SQLServerStatement$ExecuteProperties of com.microsoft.sqlserver.jdbc.SQLServerStatement