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

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

There is a newer version: 12.8.1.jre11
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