class com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle
  super_class: java.lang.Object
{
  private int handle;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final java.util.concurrent.atomic.AtomicInteger handleRefCount;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private volatile boolean evictedFromCache;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private volatile boolean explicitlyDiscarded;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key key;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;
    flags: (0x0002) ACC_PRIVATE

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

  void <init>(com.microsoft.sqlserver.jdbc.SQLServerConnection, com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key, int, boolean, boolean);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;IZZ)V
    flags: (0x0000) 
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
        start local 2 // com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key key
        start local 3 // int handle
        start local 4 // boolean isDirectSql
        start local 5 // boolean isEvictedFromCache
         0: .line 241
            aload 0 /* this */
            aload 1
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 234
            aload 0 /* this */
            iconst_0
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handle:I
         2: .line 235
            aload 0 /* this */
            new java.util.concurrent.atomic.AtomicInteger
            dup
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:()V
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handleRefCount:Ljava/util/concurrent/atomic/AtomicInteger;
         3: .line 242
            aload 0 /* this */
            aload 2 /* key */
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.key:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;
         4: .line 243
            aload 0 /* this */
            iload 3 /* handle */
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handle:I
         5: .line 244
            aload 0 /* this */
            iload 4 /* isDirectSql */
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.isDirectSql:Z
         6: .line 245
            aload 0 /* this */
            iload 5 /* isEvictedFromCache */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.setIsEvictedFromCache:(Z)V
         7: .line 246
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handleRefCount:Ljava/util/concurrent/atomic/AtomicInteger;
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicInteger.set:(I)V
         8: .line 247
            return
        end local 5 // boolean isEvictedFromCache
        end local 4 // boolean isDirectSql
        end local 3 // int handle
        end local 2 // com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key key
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    9     0                this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
            0    9     2                 key  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;
            0    9     3              handle  I
            0    9     4         isDirectSql  Z
            0    9     5  isEvictedFromCache  Z
    MethodParameters:
                    Name  Flags
      this$0              final
      key                 
      handle              
      isDirectSql         
      isEvictedFromCache  

  private boolean isEvictedFromCache();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
         0: .line 251
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.evictedFromCache:Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;

  private void setIsEvictedFromCache(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
        start local 1 // boolean isEvictedFromCache
         0: .line 256
            aload 0 /* this */
            iload 1 /* isEvictedFromCache */
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.evictedFromCache:Z
         1: .line 257
            return
        end local 1 // boolean isEvictedFromCache
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
            0    2     1  isEvictedFromCache  Z
    MethodParameters:
                    Name  Flags
      isEvictedFromCache  

  void setIsExplicitlyDiscarded();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
         0: .line 261
            aload 0 /* this */
            iconst_1
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.explicitlyDiscarded:Z
         1: .line 263
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.this$0:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.evictCachedPreparedStatementHandle:(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;)V
         2: .line 264
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;

  private boolean isExplicitlyDiscarded();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
         0: .line 268
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.explicitlyDiscarded:Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;

  int getHandle();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
         0: .line 273
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handle:I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;

  com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key getKey();
    descriptor: ()Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
         0: .line 278
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.key:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$CityHash128Key;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;

  boolean isDirectSql();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
         0: .line 282
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.isDirectSql:Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;

  private boolean tryDiscardHandle();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
         0: .line 292
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handleRefCount:Ljava/util/concurrent/atomic/AtomicInteger;
            iconst_0
            sipush -999
            invokevirtual java.util.concurrent.atomic.AtomicInteger.compareAndSet:(II)Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;

  private boolean isDiscarded();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
         0: .line 297
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handleRefCount:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.intValue:()I
            ifge 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;

  boolean tryAddReference();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
         0: .line 307
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.isDiscarded:()Z
            ifne 1
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.isExplicitlyDiscarded:()Z
            ifeq 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
            goto 4
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handleRefCount:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            ifle 3
            iconst_1
            goto 4
      StackMap locals:
      StackMap stack:
         3: iconst_0
      StackMap locals:
      StackMap stack: int
         4: ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;

  void removeReference();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
         0: .line 312
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle.handleRefCount:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.decrementAndGet:()I
            pop
         1: .line 313
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection$PreparedStatementHandle;
}
SourceFile: "SQLServerConnection.java"
NestHost: com.microsoft.sqlserver.jdbc.SQLServerConnection
InnerClasses:
  CityHash128Key = com.microsoft.sqlserver.jdbc.SQLServerConnection$CityHash128Key of com.microsoft.sqlserver.jdbc.SQLServerConnection
  PreparedStatementHandle = com.microsoft.sqlserver.jdbc.SQLServerConnection$PreparedStatementHandle of com.microsoft.sqlserver.jdbc.SQLServerConnection