final class com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty extends java.lang.Enum<com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty
  super_class: java.lang.Enum
{
  public static final com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty PACKET_SIZE;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty LOCK_TIMEOUT;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty LOGIN_TIMEOUT;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty QUERY_TIMEOUT;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty PORT_NUMBER;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty SOCKET_TIMEOUT;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty SERVER_PREPARED_STATEMENT_DISCARD_THRESHOLD;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty STATEMENT_POOLING_CACHE_SIZE;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty CANCEL_QUERY_TIMEOUT;
    descriptor: Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

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

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

  private static final com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty[] ENUM$VALUES;
    descriptor: [Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=6, locals=0, args_size=0
         0: .line 402
            new com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty
            dup
            ldc "PACKET_SIZE"
            iconst_0
            ldc "packetSize"
            sipush 8000
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.<init>:(Ljava/lang/String;ILjava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.PACKET_SIZE:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
         1: .line 403
            new com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty
            dup
            ldc "LOCK_TIMEOUT"
            iconst_1
            ldc "lockTimeout"
            iconst_m1
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.<init>:(Ljava/lang/String;ILjava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.LOCK_TIMEOUT:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
         2: .line 404
            new com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty
            dup
            ldc "LOGIN_TIMEOUT"
            iconst_2
            ldc "loginTimeout"
            bipush 15
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.<init>:(Ljava/lang/String;ILjava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.LOGIN_TIMEOUT:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
         3: .line 405
            new com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty
            dup
            ldc "QUERY_TIMEOUT"
            iconst_3
            ldc "queryTimeout"
            iconst_m1
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.<init>:(Ljava/lang/String;ILjava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.QUERY_TIMEOUT:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
         4: .line 406
            new com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty
            dup
            ldc "PORT_NUMBER"
            iconst_4
            ldc "portNumber"
            sipush 1433
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.<init>:(Ljava/lang/String;ILjava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.PORT_NUMBER:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
         5: .line 407
            new com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty
            dup
            ldc "SOCKET_TIMEOUT"
            iconst_5
            ldc "socketTimeout"
            iconst_0
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.<init>:(Ljava/lang/String;ILjava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.SOCKET_TIMEOUT:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
         6: .line 408
            new com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty
            dup
            ldc "SERVER_PREPARED_STATEMENT_DISCARD_THRESHOLD"
            bipush 6
            ldc "serverPreparedStatementDiscardThreshold"
            bipush 10
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.<init>:(Ljava/lang/String;ILjava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.SERVER_PREPARED_STATEMENT_DISCARD_THRESHOLD:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
         7: .line 409
            new com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty
            dup
            ldc "STATEMENT_POOLING_CACHE_SIZE"
            bipush 7
            ldc "statementPoolingCacheSize"
            iconst_0
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.<init>:(Ljava/lang/String;ILjava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.STATEMENT_POOLING_CACHE_SIZE:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
         8: .line 410
            new com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty
            dup
            ldc "CANCEL_QUERY_TIMEOUT"
            bipush 8
            ldc "cancelQueryTimeout"
            iconst_m1
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.<init>:(Ljava/lang/String;ILjava/lang/String;I)V
            putstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.CANCEL_QUERY_TIMEOUT:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
         9: .line 401
            bipush 9
            anewarray com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty
            dup
            iconst_0
            getstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.PACKET_SIZE:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
            aastore
            dup
            iconst_1
            getstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.LOCK_TIMEOUT:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
            aastore
            dup
            iconst_2
            getstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.LOGIN_TIMEOUT:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
            aastore
            dup
            iconst_3
            getstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.QUERY_TIMEOUT:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
            aastore
            dup
            iconst_4
            getstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.PORT_NUMBER:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
            aastore
            dup
            iconst_5
            getstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.SOCKET_TIMEOUT:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
            aastore
            dup
            bipush 6
            getstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.SERVER_PREPARED_STATEMENT_DISCARD_THRESHOLD:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
            aastore
            dup
            bipush 7
            getstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.STATEMENT_POOLING_CACHE_SIZE:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
            aastore
            dup
            bipush 8
            getstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.CANCEL_QUERY_TIMEOUT:Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
            aastore
            putstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.ENUM$VALUES:[Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, java.lang.String, int);
    descriptor: (Ljava/lang/String;ILjava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty this
        start local 3 // java.lang.String name
        start local 4 // int defaultValue
         0: .line 415
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 416
            aload 0 /* this */
            aload 3 /* name */
            putfield com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.name:Ljava/lang/String;
         2: .line 417
            aload 0 /* this */
            iload 4 /* defaultValue */
            putfield com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.defaultValue:I
         3: .line 418
            return
        end local 4 // int defaultValue
        end local 3 // java.lang.String name
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
            0    4     3          name  Ljava/lang/String;
            0    4     4  defaultValue  I
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      name           
      defaultValue   

  int getDefaultValue();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty this
         0: .line 421
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.defaultValue:I
            ireturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;

  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.SQLServerDriverIntProperty this
         0: .line 426
            aload 0 /* this */
            getfield com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.name:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;

  public static com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty[] values();
    descriptor: ()[Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty.ENUM$VALUES:[Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast com.microsoft.sqlserver.jdbc.SQLServerDriverIntProperty
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lcom/microsoft/sqlserver/jdbc/SQLServerDriverIntProperty;>;
SourceFile: "SQLServerDriver.java"