final class com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$1PreparedHandleClose extends com.microsoft.sqlserver.jdbc.UninterruptableTDSCommand
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$1PreparedHandleClose
  super_class: com.microsoft.sqlserver.jdbc.UninterruptableTDSCommand
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -8944096664249990764

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

  private final int val$handleToClose;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement, int);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerPreparedStatement;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$1PreparedHandleClose this
         0: .line 283
            aload 0 /* this */
            aload 1
            putfield com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$1PreparedHandleClose.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerPreparedStatement;
            aload 0 /* this */
            iload 2
            putfield com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$1PreparedHandleClose.val$handleToClose:I
         1: .line 284
            aload 0 /* this */
            ldc "closePreparedHandle"
            invokespecial com.microsoft.sqlserver.jdbc.UninterruptableTDSCommand.<init>:(Ljava/lang/String;)V
         2: .line 285
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$1PreparedHandleClose this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerPreparedStatement$1PreparedHandleClose;
    MethodParameters:
                   Name  Flags
      this$0             final
      val$handleToClose  final

  final boolean doExecute();
    descriptor: ()Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$1PreparedHandleClose this
         0: .line 288
            aload 0 /* this */
            iconst_3
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$1PreparedHandleClose.startRequest:(B)Lcom/microsoft/sqlserver/jdbc/TDSWriter;
            astore 1 /* tdsWriter */
        start local 1 // com.microsoft.sqlserver.jdbc.TDSWriter tdsWriter
         1: .line 289
            aload 1 /* tdsWriter */
            iconst_m1
            invokevirtual com.microsoft.sqlserver.jdbc.TDSWriter.writeShort:(S)V
         2: .line 290
            aload 1 /* tdsWriter */
         3: .line 291
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$1PreparedHandleClose.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerPreparedStatement;
            getfield com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.executedSqlDirectly:Z
            ifeq 4
            bipush 15
            goto 5
      StackMap locals: com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$1PreparedHandleClose com.microsoft.sqlserver.jdbc.TDSWriter
      StackMap stack: com.microsoft.sqlserver.jdbc.TDSWriter
         4: bipush 6
         5: .line 290
      StackMap locals: com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$1PreparedHandleClose com.microsoft.sqlserver.jdbc.TDSWriter
      StackMap stack: com.microsoft.sqlserver.jdbc.TDSWriter int
            invokevirtual com.microsoft.sqlserver.jdbc.TDSWriter.writeShort:(S)V
         6: .line 292
            aload 1 /* tdsWriter */
            iconst_0
            invokevirtual com.microsoft.sqlserver.jdbc.TDSWriter.writeByte:(B)V
         7: .line 293
            aload 1 /* tdsWriter */
            iconst_0
            invokevirtual com.microsoft.sqlserver.jdbc.TDSWriter.writeByte:(B)V
         8: .line 294
            aload 1 /* tdsWriter */
            aconst_null
            aconst_null
            invokevirtual com.microsoft.sqlserver.jdbc.TDSWriter.sendEnclavePackage:(Ljava/lang/String;Ljava/util/ArrayList;)V
         9: .line 295
            aload 1 /* tdsWriter */
            aconst_null
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$1PreparedHandleClose.val$handleToClose:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iconst_0
            invokevirtual com.microsoft.sqlserver.jdbc.TDSWriter.writeRPCInt:(Ljava/lang/String;Ljava/lang/Integer;Z)V
        10: .line 296
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$1PreparedHandleClose.startResponse:()Lcom/microsoft/sqlserver/jdbc/TDSReader;
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$1PreparedHandleClose.getLogContext:()Ljava/lang/String;
            invokestatic com.microsoft.sqlserver.jdbc.TDSParser.parse:(Lcom/microsoft/sqlserver/jdbc/TDSReader;Ljava/lang/String;)V
        11: .line 297
            iconst_1
            ireturn
        end local 1 // com.microsoft.sqlserver.jdbc.TDSWriter tdsWriter
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$1PreparedHandleClose this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   12     0       this  Lcom/microsoft/sqlserver/jdbc/SQLServerPreparedStatement$1PreparedHandleClose;
            1   12     1  tdsWriter  Lcom/microsoft/sqlserver/jdbc/TDSWriter;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
}
SourceFile: "SQLServerPreparedStatement.java"
EnclosingMethod: com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.closePreparedHandle:()V
NestHost: com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement
InnerClasses:
  final PreparedHandleClose = com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$1PreparedHandleClose