public class com.microsoft.sqlserver.jdbc.SQLServerConnection43 extends com.microsoft.sqlserver.jdbc.SQLServerConnection implements com.microsoft.sqlserver.jdbc.ISQLServerConnection43
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.sqlserver.jdbc.SQLServerConnection43
  super_class: com.microsoft.sqlserver.jdbc.SQLServerConnection
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -6904163521498951547

  void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection43 this
        start local 1 // java.lang.String parentInfo
         0: .line 25
            aload 0 /* this */
            aload 1 /* parentInfo */
            invokespecial com.microsoft.sqlserver.jdbc.SQLServerConnection.<init>:(Ljava/lang/String;)V
         1: .line 26
            return
        end local 1 // java.lang.String parentInfo
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection43 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection43;
            0    2     1  parentInfo  Ljava/lang/String;
    Exceptions:
      throws com.microsoft.sqlserver.jdbc.SQLServerException
    MethodParameters:
            Name  Flags
      parentInfo  

  public void beginRequest();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection43 this
         0: .line 30
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection43.beginRequestInternal:()V
         1: .line 31
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection43 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection43;
    Exceptions:
      throws java.sql.SQLException

  public void endRequest();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection43 this
         0: .line 35
            aload 0 /* this */
            invokevirtual com.microsoft.sqlserver.jdbc.SQLServerConnection43.endRequestInternal:()V
         1: .line 36
            return
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection43 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection43;
    Exceptions:
      throws java.sql.SQLException

  public void setShardingKey(ShardingKey);
    descriptor: (LShardingKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection43 this
         0: .line 39
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tShardingKey cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection43 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection43;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
             Name  Flags
      shardingKey  

  public void setShardingKey(ShardingKey, ShardingKey);
    descriptor: (LShardingKey;LShardingKey;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection43 this
         0: .line 44
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tShardingKey cannot be resolved to a type\n\tShardingKey cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection43 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection43;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
                  Name  Flags
      shardingKey       
      superShardingKey  

  public boolean setShardingKeyIfValid(ShardingKey, int);
    descriptor: (LShardingKey;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection43 this
         0: .line 49
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tShardingKey cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection43 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection43;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
             Name  Flags
      shardingKey  
      timeout      

  public boolean setShardingKeyIfValid(ShardingKey, ShardingKey, int);
    descriptor: (LShardingKey;LShardingKey;I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection43 this
         0: .line 55
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tShardingKey cannot be resolved to a type\n\tShardingKey cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.microsoft.sqlserver.jdbc.SQLServerConnection43 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/sqlserver/jdbc/SQLServerConnection43;
    Exceptions:
      throws java.sql.SQLException
    MethodParameters:
                  Name  Flags
      shardingKey       
      superShardingKey  
      timeout           
}
SourceFile: "SQLServerConnection43.java"