All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.sqlserver.jdbc.ISQLServerConnection43 Maven / Gradle / Ivy

Go to download

Microsoft JDBC Driver for SQL Server. The Azure Key Vault feature in Microsoft JDBC Driver for SQL Server depends on Azure SDK for JAVA and Azure Active Directory Library For Java.

There is a newer version: 12.7.0.jre11-preview
Show newest version
package com.microsoft.sqlserver.jdbc;

import java.sql.ShardingKey;

public interface ISQLServerConnection43 extends ISQLServerConnection {

    public void setShardingKey(ShardingKey shardingKey) throws SQLServerException;
    
    public void setShardingKey(ShardingKey shardingKey,
            ShardingKey superShardingKey) throws SQLServerException;
    
    public boolean setShardingKeyIfValid(ShardingKey shardingKey,
            int timeout) throws SQLServerException;
    
    public boolean setShardingKeyIfValid(ShardingKey shardingKey,
            ShardingKey superShardingKey,
            int timeout) throws SQLServerException;
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy