class com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy implements com.microsoft.sqlserver.jdbc.ISQLServerConnection, java.io.Serializable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy
  super_class: java.lang.Object
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 5752599482349578127

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

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

  private static final java.util.concurrent.atomic.AtomicInteger baseConnectionID;
    descriptor: Ljava/util/concurrent/atomic/AtomicInteger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final java.lang.String traceID;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final java.lang.String callAbortPerm;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "callAbort"

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 36
            new java.util.concurrent.atomic.AtomicInteger
            dup
            iconst_0
            invokespecial java.util.concurrent.atomic.AtomicInteger.<init>:(I)V
            putstatic com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.baseConnectionID:Ljava/util/concurrent/atomic/AtomicInteger;
         1: .line 44
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static int nextConnectionID();
    descriptor: ()I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 52
            getstatic com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.baseConnectionID:Ljava/util/concurrent/atomic/AtomicInteger;
            invokevirtual java.util.concurrent.atomic.AtomicInteger.incrementAndGet:()I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 57
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.traceID:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;

  void <init>(com.microsoft.sqlserver.jdbc.SQLServerConnection);
    descriptor: (Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // com.microsoft.sqlserver.jdbc.SQLServerConnection con
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 61
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            ldc " ProxyConnectionID:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.nextConnectionID:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.traceID:Ljava/lang/String;
         2: .line 62
            aload 0 /* this */
            aload 1 /* con */
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
         3: .line 64
            aload 1 /* con */
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setAssociatedProxy:(Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;)V
         4: .line 65
            aload 0 /* this */
            iconst_1
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.bIsOpen:Z
         5: .line 66
            return
        end local 1 // com.microsoft.sqlserver.jdbc.SQLServerConnection con
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    6     1   con  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
    MethodParameters:
      Name  Flags
      con   

  com.microsoft.sqlserver.jdbc.SQLServerConnection getWrappedConnection();
    descriptor: ()Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 69
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;

  void checkClosed();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 73
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.bIsOpen:Z
            ifne 4
         1: .line 74
            aconst_null
            aconst_null
            ldc "R_connectionIsClosed"
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.getErrString:(Ljava/lang/String;)Ljava/lang/String;
         2: .line 75
            ldc "08006"
            iconst_0
         3: .line 74
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError:(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;Z)V
         4: .line 77
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public java.sql.Statement createStatement();
    descriptor: ()Ljava/sql/Statement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 81
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 82
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.createStatement:()Ljava/sql/Statement;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public java.sql.PreparedStatement prepareStatement(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/sql/PreparedStatement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String sql
         0: .line 87
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 88
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* sql */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.prepareStatement:(Ljava/lang/String;)Ljava/sql/PreparedStatement;
            areturn
        end local 1 // java.lang.String sql
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1   sql  Ljava/lang/String;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
      Name  Flags
      sql   

  public java.sql.CallableStatement prepareCall(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/sql/CallableStatement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String sql
         0: .line 93
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 94
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* sql */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.prepareCall:(Ljava/lang/String;)Ljava/sql/CallableStatement;
            areturn
        end local 1 // java.lang.String sql
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1   sql  Ljava/lang/String;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
      Name  Flags
      sql   

  public java.lang.String nativeSQL(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String sql
         0: .line 99
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 100
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* sql */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.nativeSQL:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String sql
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1   sql  Ljava/lang/String;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
      Name  Flags
      sql   

  public void setAutoCommit(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // boolean newAutoCommitMode
         0: .line 105
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 106
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            iload 1 /* newAutoCommitMode */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setAutoCommit:(Z)V
         2: .line 107
            return
        end local 1 // boolean newAutoCommitMode
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    3     1  newAutoCommitMode  Z
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                   Name  Flags
      newAutoCommitMode  

  public boolean getAutoCommit();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 111
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 112
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getAutoCommit:()Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public void commit();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 117
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 118
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.commit:()V
         2: .line 119
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public void rollback();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 123
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 124
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.rollback:()V
         2: .line 125
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public void abort(java.util.concurrent.Executor);
    descriptor: (Ljava/util/concurrent/Executor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.util.concurrent.Executor executor
         0: .line 129
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.bIsOpen:Z
            ifeq 1
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            ifnonnull 2
         1: .line 130
      StackMap locals:
      StackMap stack:
            return
         2: .line 132
      StackMap locals:
      StackMap stack:
            aload 1 /* executor */
            ifnonnull 6
         3: .line 133
            new java.text.MessageFormat
            dup
            ldc "R_invalidArgument"
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.getErrString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.text.MessageFormat.<init>:(Ljava/lang/String;)V
            astore 2 /* form */
        start local 2 // java.text.MessageFormat form
         4: .line 134
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "executor"
            aastore
            astore 3 /* msgArgs */
        start local 3 // java.lang.Object[] msgArgs
         5: .line 135
            aconst_null
            aconst_null
            aload 2 /* form */
            aload 3 /* msgArgs */
            invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
            aconst_null
            iconst_0
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError:(Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;Ljava/lang/Object;Ljava/lang/String;Ljava/lang/String;Z)V
        end local 3 // java.lang.Object[] msgArgs
        end local 2 // java.text.MessageFormat form
         6: .line 139
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 2 /* secMgr */
        start local 2 // java.lang.SecurityManager secMgr
         7: .line 140
            aload 2 /* secMgr */
            ifnull 15
         8: .line 142
            new java.sql.SQLPermission
            dup
            ldc "callAbort"
            invokespecial java.sql.SQLPermission.<init>:(Ljava/lang/String;)V
            astore 3 /* perm */
        start local 3 // java.sql.SQLPermission perm
         9: .line 143
            aload 2 /* secMgr */
            aload 3 /* perm */
            invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;)V
        end local 3 // java.sql.SQLPermission perm
        10: .line 144
            goto 15
      StackMap locals: com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy java.util.concurrent.Executor java.lang.SecurityManager
      StackMap stack: java.lang.SecurityException
        11: astore 3 /* ex */
        start local 3 // java.lang.SecurityException ex
        12: .line 145
            new java.text.MessageFormat
            dup
            ldc "R_permissionDenied"
            invokestatic com.microsoft.sqlserver.jdbc.SQLServerException.getErrString:(Ljava/lang/String;)Ljava/lang/String;
            invokespecial java.text.MessageFormat.<init>:(Ljava/lang/String;)V
            astore 4 /* form */
        start local 4 // java.text.MessageFormat form
        13: .line 146
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            ldc "callAbort"
            aastore
            astore 5 /* msgArgs */
        start local 5 // java.lang.Object[] msgArgs
        14: .line 147
            new com.microsoft.sqlserver.jdbc.SQLServerException
            dup
            aload 4 /* form */
            aload 5 /* msgArgs */
            invokevirtual java.text.MessageFormat.format:(Ljava/lang/Object;)Ljava/lang/String;
            aconst_null
            iconst_0
            aload 3 /* ex */
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerException.<init>:(Ljava/lang/String;Ljava/lang/String;ILjava/lang/Throwable;)V
            athrow
        end local 5 // java.lang.Object[] msgArgs
        end local 4 // java.text.MessageFormat form
        end local 3 // java.lang.SecurityException ex
        15: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.bIsOpen:Z
        16: .line 153
            aload 1 /* executor */
            new com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy$1
            dup
            aload 0 /* this */
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy$1.<init>:(Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;)V
            invokeinterface java.util.concurrent.Executor.execute:(Ljava/lang/Runnable;)V
        17: .line 165
            return
        end local 2 // java.lang.SecurityManager secMgr
        end local 1 // java.util.concurrent.Executor executor
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   18     0      this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0   18     1  executor  Ljava/util/concurrent/Executor;
            4    6     2      form  Ljava/text/MessageFormat;
            5    6     3   msgArgs  [Ljava/lang/Object;
            7   18     2    secMgr  Ljava/lang/SecurityManager;
            9   10     3      perm  Ljava/sql/SQLPermission;
           12   15     3        ex  Ljava/lang/SecurityException;
           13   15     4      form  Ljava/text/MessageFormat;
           14   15     5   msgArgs  [Ljava/lang/Object;
      Exception table:
        from    to  target  type
           8    10      11  Class java.lang.SecurityException
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
          Name  Flags
      executor  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 169
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.bIsOpen:Z
            ifeq 5
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            ifnull 5
         1: .line 170
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getConnectionLogger:()Ljava/util/logging/Logger;
            getstatic java.util.logging.Level.FINER:Ljava/util/logging/Level;
            invokevirtual java.util.logging.Logger.isLoggable:(Ljava/util/logging/Level;)Z
            ifeq 3
         2: .line 171
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getConnectionLogger:()Ljava/util/logging/Logger;
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.toString:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " Connection proxy closed "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual java.util.logging.Logger.finer:(Ljava/lang/String;)V
         3: .line 173
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.poolCloseEventNotify:()V
         4: .line 174
            aload 0 /* this */
            aconst_null
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
         5: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.bIsOpen:Z
         6: .line 177
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  void internalClose();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 180
            aload 0 /* this */
            iconst_0
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.bIsOpen:Z
         1: .line 181
            aload 0 /* this */
            aconst_null
            putfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
         2: .line 182
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;

  public boolean isClosed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 186
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.bIsOpen:Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public java.sql.DatabaseMetaData getMetaData();
    descriptor: ()Ljava/sql/DatabaseMetaData;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 191
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 192
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getMetaData:()Ljava/sql/DatabaseMetaData;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public void setReadOnly(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // boolean readOnly
         0: .line 197
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 198
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            iload 1 /* readOnly */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setReadOnly:(Z)V
         2: .line 199
            return
        end local 1 // boolean readOnly
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    3     1  readOnly  Z
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
          Name  Flags
      readOnly  

  public boolean isReadOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 203
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 204
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.isReadOnly:()Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public void setCatalog(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String catalog
         0: .line 209
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 210
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* catalog */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setCatalog:(Ljava/lang/String;)V
         2: .line 211
            return
        end local 1 // java.lang.String catalog
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    3     1  catalog  Ljava/lang/String;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
         Name  Flags
      catalog  

  public java.lang.String getCatalog();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 215
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 216
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getCatalog:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public void setTransactionIsolation(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // int level
         0: .line 221
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 222
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            iload 1 /* level */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setTransactionIsolation:(I)V
         2: .line 223
            return
        end local 1 // int level
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    3     1  level  I
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
       Name  Flags
      level  

  public int getTransactionIsolation();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 227
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 228
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getTransactionIsolation:()I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public java.sql.SQLWarning getWarnings();
    descriptor: ()Ljava/sql/SQLWarning;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 233
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 234
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getWarnings:()Ljava/sql/SQLWarning;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public void clearWarnings();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 239
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 240
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.clearWarnings:()V
         2: .line 241
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public java.sql.Statement createStatement(int, int);
    descriptor: (II)Ljava/sql/Statement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // int resultSetType
        start local 2 // int resultSetConcurrency
         0: .line 247
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 248
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            iload 1 /* resultSetType */
            iload 2 /* resultSetConcurrency */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.createStatement:(II)Ljava/sql/Statement;
            areturn
        end local 2 // int resultSetConcurrency
        end local 1 // int resultSetType
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1         resultSetType  I
            0    2     2  resultSetConcurrency  I
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
                      Name  Flags
      resultSetType         
      resultSetConcurrency  

  public java.sql.PreparedStatement prepareStatement(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)Ljava/sql/PreparedStatement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String sSql
        start local 2 // int resultSetType
        start local 3 // int resultSetConcurrency
         0: .line 254
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 255
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* sSql */
            iload 2 /* resultSetType */
            iload 3 /* resultSetConcurrency */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.prepareStatement:(Ljava/lang/String;II)Ljava/sql/PreparedStatement;
            areturn
        end local 3 // int resultSetConcurrency
        end local 2 // int resultSetType
        end local 1 // java.lang.String sSql
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1                  sSql  Ljava/lang/String;
            0    2     2         resultSetType  I
            0    2     3  resultSetConcurrency  I
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
                      Name  Flags
      sSql                  
      resultSetType         
      resultSetConcurrency  

  public java.sql.CallableStatement prepareCall(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)Ljava/sql/CallableStatement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String sql
        start local 2 // int resultSetType
        start local 3 // int resultSetConcurrency
         0: .line 260
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 261
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* sql */
            iload 2 /* resultSetType */
            iload 3 /* resultSetConcurrency */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.prepareCall:(Ljava/lang/String;II)Ljava/sql/CallableStatement;
            areturn
        end local 3 // int resultSetConcurrency
        end local 2 // int resultSetType
        end local 1 // java.lang.String sql
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    2     0                  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1                   sql  Ljava/lang/String;
            0    2     2         resultSetType  I
            0    2     3  resultSetConcurrency  I
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
                      Name  Flags
      sql                   
      resultSetType         
      resultSetConcurrency  

  public void setTypeMap(java.util.Map<java.lang.String, java.lang.Class<?>>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.util.Map map
         0: .line 266
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 267
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* map */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setTypeMap:(Ljava/util/Map;)V
         2: .line 268
            return
        end local 1 // java.util.Map map
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    3     1   map  Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;
    Exceptions:
      throws java.sql.SQLException
    Signature: (Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;)V
    MethodParameters:
      Name  Flags
      map   

  public java.util.Map<java.lang.String, java.lang.Class<?>> getTypeMap();
    descriptor: ()Ljava/util/Map;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 272
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 273
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getTypeMap:()Ljava/util/Map;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    Signature: ()Ljava/util/Map<Ljava/lang/String;Ljava/lang/Class<*>;>;

  public java.sql.Statement createStatement(int, int, int);
    descriptor: (III)Ljava/sql/Statement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // int nType
        start local 2 // int nConcur
        start local 3 // int nHold
         0: .line 278
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 279
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            iload 1 /* nType */
            iload 2 /* nConcur */
            iload 3 /* nHold */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.createStatement:(III)Ljava/sql/Statement;
            areturn
        end local 3 // int nHold
        end local 2 // int nConcur
        end local 1 // int nType
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1    nType  I
            0    2     2  nConcur  I
            0    2     3    nHold  I
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
         Name  Flags
      nType    
      nConcur  
      nHold    

  public java.sql.Statement createStatement(int, int, int, com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting);
    descriptor: (IIILcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;)Ljava/sql/Statement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // int nType
        start local 2 // int nConcur
        start local 3 // int nHold
        start local 4 // com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting stmtColEncSetting
         0: .line 285
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 286
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            iload 1 /* nType */
            iload 2 /* nConcur */
            iload 3 /* nHold */
            aload 4 /* stmtColEncSetting */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.createStatement:(IIILcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;)Ljava/sql/Statement;
            areturn
        end local 4 // com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting stmtColEncSetting
        end local 3 // int nHold
        end local 2 // int nConcur
        end local 1 // int nType
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1              nType  I
            0    2     2            nConcur  I
            0    2     3              nHold  I
            0    2     4  stmtColEncSetting  Lcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                   Name  Flags
      nType              
      nConcur            
      nHold              
      stmtColEncSetting  

  public java.sql.PreparedStatement prepareStatement(java.lang.String, int, int, int);
    descriptor: (Ljava/lang/String;III)Ljava/sql/PreparedStatement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String sql
        start local 2 // int nType
        start local 3 // int nConcur
        start local 4 // int nHold
         0: .line 292
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 293
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* sql */
            iload 2 /* nType */
            iload 3 /* nConcur */
            iload 4 /* nHold */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.prepareStatement:(Ljava/lang/String;III)Ljava/sql/PreparedStatement;
            areturn
        end local 4 // int nHold
        end local 3 // int nConcur
        end local 2 // int nType
        end local 1 // java.lang.String sql
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1      sql  Ljava/lang/String;
            0    2     2    nType  I
            0    2     3  nConcur  I
            0    2     4    nHold  I
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
         Name  Flags
      sql      
      nType    
      nConcur  
      nHold    

  public java.sql.PreparedStatement prepareStatement(java.lang.String, int, int, int, com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting);
    descriptor: (Ljava/lang/String;IIILcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;)Ljava/sql/PreparedStatement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String sql
        start local 2 // int nType
        start local 3 // int nConcur
        start local 4 // int nHold
        start local 5 // com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting stmtColEncSetting
         0: .line 299
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 300
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* sql */
            iload 2 /* nType */
            iload 3 /* nConcur */
            iload 4 /* nHold */
            aload 5 /* stmtColEncSetting */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.prepareStatement:(Ljava/lang/String;IIILcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;)Ljava/sql/PreparedStatement;
            areturn
        end local 5 // com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting stmtColEncSetting
        end local 4 // int nHold
        end local 3 // int nConcur
        end local 2 // int nType
        end local 1 // java.lang.String sql
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1                sql  Ljava/lang/String;
            0    2     2              nType  I
            0    2     3            nConcur  I
            0    2     4              nHold  I
            0    2     5  stmtColEncSetting  Lcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                   Name  Flags
      sql                
      nType              
      nConcur            
      nHold              
      stmtColEncSetting  

  public java.sql.CallableStatement prepareCall(java.lang.String, int, int, int);
    descriptor: (Ljava/lang/String;III)Ljava/sql/CallableStatement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String sql
        start local 2 // int nType
        start local 3 // int nConcur
        start local 4 // int nHold
         0: .line 305
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 306
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* sql */
            iload 2 /* nType */
            iload 3 /* nConcur */
            iload 4 /* nHold */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.prepareCall:(Ljava/lang/String;III)Ljava/sql/CallableStatement;
            areturn
        end local 4 // int nHold
        end local 3 // int nConcur
        end local 2 // int nType
        end local 1 // java.lang.String sql
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1      sql  Ljava/lang/String;
            0    2     2    nType  I
            0    2     3  nConcur  I
            0    2     4    nHold  I
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
         Name  Flags
      sql      
      nType    
      nConcur  
      nHold    

  public java.sql.CallableStatement prepareCall(java.lang.String, int, int, int, com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting);
    descriptor: (Ljava/lang/String;IIILcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;)Ljava/sql/CallableStatement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String sql
        start local 2 // int nType
        start local 3 // int nConcur
        start local 4 // int nHold
        start local 5 // com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting stmtColEncSetiing
         0: .line 312
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 313
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* sql */
            iload 2 /* nType */
            iload 3 /* nConcur */
            iload 4 /* nHold */
            aload 5 /* stmtColEncSetiing */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.prepareCall:(Ljava/lang/String;IIILcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;)Ljava/sql/CallableStatement;
            areturn
        end local 5 // com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting stmtColEncSetiing
        end local 4 // int nHold
        end local 3 // int nConcur
        end local 2 // int nType
        end local 1 // java.lang.String sql
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1                sql  Ljava/lang/String;
            0    2     2              nType  I
            0    2     3            nConcur  I
            0    2     4              nHold  I
            0    2     5  stmtColEncSetiing  Lcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                   Name  Flags
      sql                
      nType              
      nConcur            
      nHold              
      stmtColEncSetiing  

  public java.sql.PreparedStatement prepareStatement(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)Ljava/sql/PreparedStatement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String sql
        start local 2 // int flag
         0: .line 320
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 321
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* sql */
            iload 2 /* flag */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.prepareStatement:(Ljava/lang/String;I)Ljava/sql/PreparedStatement;
            areturn
        end local 2 // int flag
        end local 1 // java.lang.String sql
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1   sql  Ljava/lang/String;
            0    2     2  flag  I
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
      Name  Flags
      sql   
      flag  

  public java.sql.PreparedStatement prepareStatement(java.lang.String, int, com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting);
    descriptor: (Ljava/lang/String;ILcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;)Ljava/sql/PreparedStatement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String sql
        start local 2 // int flag
        start local 3 // com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting stmtColEncSetting
         0: .line 327
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 328
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* sql */
            iload 2 /* flag */
            aload 3 /* stmtColEncSetting */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.prepareStatement:(Ljava/lang/String;ILcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;)Ljava/sql/PreparedStatement;
            areturn
        end local 3 // com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting stmtColEncSetting
        end local 2 // int flag
        end local 1 // java.lang.String sql
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1                sql  Ljava/lang/String;
            0    2     2               flag  I
            0    2     3  stmtColEncSetting  Lcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                   Name  Flags
      sql                
      flag               
      stmtColEncSetting  

  public java.sql.PreparedStatement prepareStatement(java.lang.String, int[]);
    descriptor: (Ljava/lang/String;[I)Ljava/sql/PreparedStatement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String sql
        start local 2 // int[] columnIndexes
         0: .line 333
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 334
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* sql */
            aload 2 /* columnIndexes */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.prepareStatement:(Ljava/lang/String;[I)Ljava/sql/PreparedStatement;
            areturn
        end local 2 // int[] columnIndexes
        end local 1 // java.lang.String sql
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1            sql  Ljava/lang/String;
            0    2     2  columnIndexes  [I
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
               Name  Flags
      sql            
      columnIndexes  

  public java.sql.PreparedStatement prepareStatement(java.lang.String, int[], com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting);
    descriptor: (Ljava/lang/String;[ILcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;)Ljava/sql/PreparedStatement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String sql
        start local 2 // int[] columnIndexes
        start local 3 // com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting stmtColEncSetting
         0: .line 340
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 341
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* sql */
            aload 2 /* columnIndexes */
            aload 3 /* stmtColEncSetting */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.prepareStatement:(Ljava/lang/String;[ILcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;)Ljava/sql/PreparedStatement;
            areturn
        end local 3 // com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting stmtColEncSetting
        end local 2 // int[] columnIndexes
        end local 1 // java.lang.String sql
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1                sql  Ljava/lang/String;
            0    2     2      columnIndexes  [I
            0    2     3  stmtColEncSetting  Lcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                   Name  Flags
      sql                
      columnIndexes      
      stmtColEncSetting  

  public java.sql.PreparedStatement prepareStatement(java.lang.String, java.lang.String[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/String;)Ljava/sql/PreparedStatement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String sql
        start local 2 // java.lang.String[] columnNames
         0: .line 346
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 347
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* sql */
            aload 2 /* columnNames */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.prepareStatement:(Ljava/lang/String;[Ljava/lang/String;)Ljava/sql/PreparedStatement;
            areturn
        end local 2 // java.lang.String[] columnNames
        end local 1 // java.lang.String sql
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1          sql  Ljava/lang/String;
            0    2     2  columnNames  [Ljava/lang/String;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
             Name  Flags
      sql          
      columnNames  

  public java.sql.PreparedStatement prepareStatement(java.lang.String, java.lang.String[], com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting);
    descriptor: (Ljava/lang/String;[Ljava/lang/String;Lcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;)Ljava/sql/PreparedStatement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String sql
        start local 2 // java.lang.String[] columnNames
        start local 3 // com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting stmtColEncSetting
         0: .line 353
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 354
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* sql */
            aload 2 /* columnNames */
            aload 3 /* stmtColEncSetting */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.prepareStatement:(Ljava/lang/String;[Ljava/lang/String;Lcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;)Ljava/sql/PreparedStatement;
            areturn
        end local 3 // com.microsoft.sqlserver.jdbc.SQLServerStatementColumnEncryptionSetting stmtColEncSetting
        end local 2 // java.lang.String[] columnNames
        end local 1 // java.lang.String sql
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    2     0               this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1                sql  Ljava/lang/String;
            0    2     2        columnNames  [Ljava/lang/String;
            0    2     3  stmtColEncSetting  Lcom/microsoft/sqlserver/jdbc/SQLServerStatementColumnEncryptionSetting;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                   Name  Flags
      sql                
      columnNames        
      stmtColEncSetting  

  public void releaseSavepoint(java.sql.Savepoint);
    descriptor: (Ljava/sql/Savepoint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.sql.Savepoint savepoint
         0: .line 361
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 362
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* savepoint */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.releaseSavepoint:(Ljava/sql/Savepoint;)V
         2: .line 363
            return
        end local 1 // java.sql.Savepoint savepoint
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    3     1  savepoint  Ljava/sql/Savepoint;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
           Name  Flags
      savepoint  

  public java.sql.Savepoint setSavepoint(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/sql/Savepoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String sName
         0: .line 367
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 368
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* sName */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setSavepoint:(Ljava/lang/String;)Ljava/sql/Savepoint;
            areturn
        end local 1 // java.lang.String sName
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1  sName  Ljava/lang/String;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
       Name  Flags
      sName  

  public java.sql.Savepoint setSavepoint();
    descriptor: ()Ljava/sql/Savepoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 373
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 374
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setSavepoint:()Ljava/sql/Savepoint;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public void rollback(java.sql.Savepoint);
    descriptor: (Ljava/sql/Savepoint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.sql.Savepoint s
         0: .line 379
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 380
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* s */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.rollback:(Ljava/sql/Savepoint;)V
         2: .line 381
            return
        end local 1 // java.sql.Savepoint s
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    3     1     s  Ljava/sql/Savepoint;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
      Name  Flags
      s     

  public int getHoldability();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 385
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 386
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getHoldability:()I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public void setHoldability(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // int nNewHold
         0: .line 391
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 392
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            iload 1 /* nNewHold */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setHoldability:(I)V
         2: .line 393
            return
        end local 1 // int nNewHold
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    3     1  nNewHold  I
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
          Name  Flags
      nNewHold  

  public int getNetworkTimeout();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 397
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 398
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getNetworkTimeout:()I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws java.sql.SQLException

  public void setNetworkTimeout(java.util.concurrent.Executor, int);
    descriptor: (Ljava/util/concurrent/Executor;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.util.concurrent.Executor executor
        start local 2 // int timeout
         0: .line 403
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 404
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* executor */
            iload 2 /* timeout */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setNetworkTimeout:(Ljava/util/concurrent/Executor;I)V
         2: .line 405
            return
        end local 2 // int timeout
        end local 1 // java.util.concurrent.Executor executor
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    3     1  executor  Ljava/util/concurrent/Executor;
            0    3     2   timeout  I
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
          Name  Flags
      executor  
      timeout   

  public java.lang.String getSchema();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 409
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 410
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getSchema:()Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws java.sql.SQLException

  public void setSchema(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String schema
         0: .line 415
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 416
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* schema */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setSchema:(Ljava/lang/String;)V
         2: .line 417
            return
        end local 1 // java.lang.String schema
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    3     1  schema  Ljava/lang/String;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
        Name  Flags
      schema  

  public java.sql.Array createArrayOf(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Ljava/sql/Array;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String typeName
        start local 2 // java.lang.Object[] elements
         0: .line 421
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 422
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* typeName */
            aload 2 /* elements */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.createArrayOf:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/sql/Array;
            areturn
        end local 2 // java.lang.Object[] elements
        end local 1 // java.lang.String typeName
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1  typeName  Ljava/lang/String;
            0    2     2  elements  [Ljava/lang/Object;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
          Name  Flags
      typeName  
      elements  

  public java.sql.Blob createBlob();
    descriptor: ()Ljava/sql/Blob;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 427
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 428
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.createBlob:()Ljava/sql/Blob;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws java.sql.SQLException

  public java.sql.Clob createClob();
    descriptor: ()Ljava/sql/Clob;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 433
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 434
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.createClob:()Ljava/sql/Clob;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws java.sql.SQLException

  public java.sql.NClob createNClob();
    descriptor: ()Ljava/sql/NClob;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 439
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 440
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.createNClob:()Ljava/sql/NClob;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws java.sql.SQLException

  public java.sql.SQLXML createSQLXML();
    descriptor: ()Ljava/sql/SQLXML;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 445
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 446
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.createSQLXML:()Ljava/sql/SQLXML;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws java.sql.SQLException

  public java.sql.Struct createStruct(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Ljava/sql/Struct;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String typeName
        start local 2 // java.lang.Object[] attributes
         0: .line 451
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 452
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* typeName */
            aload 2 /* attributes */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.createStruct:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/sql/Struct;
            areturn
        end local 2 // java.lang.Object[] attributes
        end local 1 // java.lang.String typeName
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1    typeName  Ljava/lang/String;
            0    2     2  attributes  [Ljava/lang/Object;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
            Name  Flags
      typeName    
      attributes  

  public java.util.Properties getClientInfo();
    descriptor: ()Ljava/util/Properties;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 457
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 458
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getClientInfo:()Ljava/util/Properties;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws java.sql.SQLException

  public java.lang.String getClientInfo(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String name
         0: .line 463
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 464
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* name */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getClientInfo:(Ljava/lang/String;)Ljava/lang/String;
            areturn
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1  name  Ljava/lang/String;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
      Name  Flags
      name  

  public void setClientInfo(java.util.Properties);
    descriptor: (Ljava/util/Properties;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.util.Properties properties
         0: .line 471
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* properties */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setClientInfo:(Ljava/util/Properties;)V
         1: .line 472
            return
        end local 1 // java.util.Properties properties
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1  properties  Ljava/util/Properties;
    Exceptions:
      throws java.sql.SQLClientInfoException
    MethodParameters:
            Name  Flags
      properties  

  public void setClientInfo(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String value
         0: .line 478
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            aload 1 /* name */
            aload 2 /* value */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setClientInfo:(Ljava/lang/String;Ljava/lang/String;)V
         1: .line 479
            return
        end local 2 // java.lang.String value
        end local 1 // java.lang.String name
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1   name  Ljava/lang/String;
            0    2     2  value  Ljava/lang/String;
    Exceptions:
      throws java.sql.SQLClientInfoException
    MethodParameters:
       Name  Flags
      name   
      value  

  public boolean isValid(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // int timeout
         0: .line 483
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 484
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            iload 1 /* timeout */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.isValid:(I)Z
            ireturn
        end local 1 // int timeout
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1  timeout  I
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
         Name  Flags
      timeout  

  public boolean isWrapperFor(java.lang.Class<?>);
    descriptor: (Ljava/lang/Class;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.Class iface
         0: .line 489
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getConnectionLogger:()Ljava/util/logging/Logger;
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.toString:()Ljava/lang/String;
            ldc "isWrapperFor"
            aload 1 /* iface */
            invokevirtual java.util.logging.Logger.entering:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 490
            aload 1 /* iface */
            aload 0 /* this */
            invokevirtual java.lang.Class.isInstance:(Ljava/lang/Object;)Z
            istore 2 /* f */
        start local 2 // boolean f
         2: .line 491
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getConnectionLogger:()Ljava/util/logging/Logger;
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.toString:()Ljava/lang/String;
            ldc "isWrapperFor"
            iload 2 /* f */
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            invokevirtual java.util.logging.Logger.exiting:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         3: .line 492
            iload 2 /* f */
            ireturn
        end local 2 // boolean f
        end local 1 // java.lang.Class iface
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    4     1  iface  Ljava/lang/Class<*>;
            2    4     2      f  Z
    Exceptions:
      throws java.sql.SQLException
    Signature: (Ljava/lang/Class<*>;)Z
    MethodParameters:
       Name  Flags
      iface  

  public <T> T unwrap(java.lang.Class<T>);
    descriptor: (Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // java.lang.Class iface
         0: .line 497
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getConnectionLogger:()Ljava/util/logging/Logger;
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.toString:()Ljava/lang/String;
            ldc "unwrap"
            aload 1 /* iface */
            invokevirtual java.util.logging.Logger.entering:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         1: .line 500
            aload 1 /* iface */
            aload 0 /* this */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            astore 2 /* t */
        start local 2 // java.lang.Object t
         2: .line 501
            goto 6
        end local 2 // java.lang.Object t
      StackMap locals:
      StackMap stack: java.lang.ClassCastException
         3: astore 3 /* e */
        start local 3 // java.lang.ClassCastException e
         4: .line 502
            new com.microsoft.sqlserver.jdbc.SQLServerException
            dup
            aload 3 /* e */
            invokevirtual java.lang.ClassCastException.getMessage:()Ljava/lang/String;
            aload 3 /* e */
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerException.<init>:(Ljava/lang/String;Ljava/lang/Throwable;)V
            astore 4 /* newe */
        start local 4 // com.microsoft.sqlserver.jdbc.SQLServerException newe
         5: .line 503
            aload 4 /* newe */
            athrow
        end local 4 // com.microsoft.sqlserver.jdbc.SQLServerException newe
        end local 3 // java.lang.ClassCastException e
        start local 2 // java.lang.Object t
         6: .line 505
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getConnectionLogger:()Ljava/util/logging/Logger;
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.toString:()Ljava/lang/String;
            ldc "unwrap"
            aload 2 /* t */
            invokevirtual java.util.logging.Logger.exiting:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Object;)V
         7: .line 506
            aload 2 /* t */
            areturn
        end local 2 // java.lang.Object t
        end local 1 // java.lang.Class iface
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    8     1  iface  Ljava/lang/Class<TT;>;
            2    3     2      t  TT;
            6    8     2      t  TT;
            4    6     3      e  Ljava/lang/ClassCastException;
            5    6     4   newe  Lcom/microsoft/sqlserver/jdbc/SQLServerException;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.ClassCastException
    Exceptions:
      throws java.sql.SQLException
    Signature: <T:Ljava/lang/Object;>(Ljava/lang/Class<TT;>;)TT;
    MethodParameters:
       Name  Flags
      iface  

  public java.util.UUID getClientConnectionId();
    descriptor: ()Ljava/util/UUID;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 511
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 512
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getClientConnectionId:()Ljava/util/UUID;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public void setSendTimeAsDatetime(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // boolean sendTimeAsDateTimeValue
         0: .line 517
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 518
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            iload 1 /* sendTimeAsDateTimeValue */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setSendTimeAsDatetime:(Z)V
         2: .line 519
            return
        end local 1 // boolean sendTimeAsDateTimeValue
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0    3     0                     this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    3     1  sendTimeAsDateTimeValue  Z
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
                         Name  Flags
      sendTimeAsDateTimeValue  

  public boolean getSendTimeAsDatetime();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 523
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.checkClosed:()V
         1: .line 524
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getSendTimeAsDatetime:()Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException

  public int getDiscardedServerPreparedStatementCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 529
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getDiscardedServerPreparedStatementCount:()I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;

  public void closeUnreferencedPreparedStatementHandles();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 534
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.closeUnreferencedPreparedStatementHandles:()V
         1: .line 535
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;

  public boolean getEnablePrepareOnFirstPreparedStatementCall();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 539
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getEnablePrepareOnFirstPreparedStatementCall:()Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;

  public void setEnablePrepareOnFirstPreparedStatementCall(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // boolean value
         0: .line 544
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            iload 1 /* value */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setEnablePrepareOnFirstPreparedStatementCall:(Z)V
         1: .line 545
            return
        end local 1 // boolean value
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public int getServerPreparedStatementDiscardThreshold();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 549
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getServerPreparedStatementDiscardThreshold:()I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;

  public void setServerPreparedStatementDiscardThreshold(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // int value
         0: .line 554
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            iload 1 /* value */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setServerPreparedStatementDiscardThreshold:(I)V
         1: .line 555
            return
        end local 1 // int value
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public void setStatementPoolingCacheSize(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // int value
         0: .line 559
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            iload 1 /* value */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setStatementPoolingCacheSize:(I)V
         1: .line 560
            return
        end local 1 // int value
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1  value  I
    MethodParameters:
       Name  Flags
      value  

  public int getStatementPoolingCacheSize();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 564
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getStatementPoolingCacheSize:()I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;

  public boolean isStatementPoolingEnabled();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 569
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.isStatementPoolingEnabled:()Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;

  public int getStatementHandleCacheEntryCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 574
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getStatementHandleCacheEntryCount:()I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;

  public void setDisableStatementPooling(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // boolean value
         0: .line 579
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            iload 1 /* value */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setDisableStatementPooling:(Z)V
         1: .line 580
            return
        end local 1 // boolean value
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1  value  Z
    MethodParameters:
       Name  Flags
      value  

  public boolean getDisableStatementPooling();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 584
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getDisableStatementPooling:()Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;

  public void setUseFmtOnly(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // boolean useFmtOnly
         0: .line 589
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            iload 1 /* useFmtOnly */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setUseFmtOnly:(Z)V
         1: .line 590
            return
        end local 1 // boolean useFmtOnly
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1  useFmtOnly  Z
    MethodParameters:
            Name  Flags
      useFmtOnly  

  public boolean getUseFmtOnly();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 594
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getUseFmtOnly:()Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;

  public boolean getDelayLoadingLobs();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
         0: .line 599
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.getDelayLoadingLobs:()Z
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;

  public void setDelayLoadingLobs(boolean);
    descriptor: (Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
        start local 1 // boolean delayLoadingLobs
         0: .line 604
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy.wrappedConnection:Lcom/microsoft/sqlserver/jdbc/SQLServerConnection;
            iload 1 /* delayLoadingLobs */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection.setDelayLoadingLobs:(Z)V
         1: .line 605
            return
        end local 1 // boolean delayLoadingLobs
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    2     0              this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnectionPoolProxy;
            0    2     1  delayLoadingLobs  Z
    MethodParameters:
                  Name  Flags
      delayLoadingLobs  
}
SourceFile: "SQLServerConnectionPoolProxy.java"
NestMembers:
  com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy$1
InnerClasses:
  com.microsoft.sqlserver.jdbc.SQLServerConnectionPoolProxy$1