java.lang.AutoCloseable, java.sql.Connection, ISQLServerConnection, java.sql.WrapperSQLServerConnection43public interface ISQLServerConnection43 extends ISQLServerConnection
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLETRANSACTION_SNAPSHOT| Modifier and Type | Method | Description |
|---|---|---|
void |
setShardingKey(java.sql.ShardingKey shardingKey) |
|
void |
setShardingKey(java.sql.ShardingKey shardingKey,
java.sql.ShardingKey superShardingKey) |
|
boolean |
setShardingKeyIfValid(java.sql.ShardingKey shardingKey,
int timeout) |
|
boolean |
setShardingKeyIfValid(java.sql.ShardingKey shardingKey,
java.sql.ShardingKey superShardingKey,
int timeout) |
abort, beginRequest, clearWarnings, close, commit, createArrayOf, createBlob, createClob, createNClob, createSQLXML, createStatement, createStatement, createStatement, createStruct, endRequest, getAutoCommit, getCatalog, getClientInfo, getClientInfo, getHoldability, getMetaData, getNetworkTimeout, getSchema, getTransactionIsolation, getTypeMap, getWarnings, isClosed, isReadOnly, isValid, nativeSQL, prepareCall, prepareCall, prepareCall, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, prepareStatement, releaseSavepoint, rollback, rollback, setAutoCommit, setCatalog, setClientInfo, setClientInfo, setHoldability, setNetworkTimeout, setReadOnly, setSavepoint, setSavepoint, setSchema, setTransactionIsolation, setTypeMapgetClientConnectionIdvoid setShardingKey(java.sql.ShardingKey shardingKey)
throws SQLServerException
setShardingKey in interface java.sql.ConnectionSQLServerExceptionvoid setShardingKey(java.sql.ShardingKey shardingKey,
java.sql.ShardingKey superShardingKey)
throws SQLServerException
setShardingKey in interface java.sql.ConnectionSQLServerExceptionboolean setShardingKeyIfValid(java.sql.ShardingKey shardingKey,
int timeout)
throws SQLServerException
setShardingKeyIfValid in interface java.sql.ConnectionSQLServerExceptionboolean setShardingKeyIfValid(java.sql.ShardingKey shardingKey,
java.sql.ShardingKey superShardingKey,
int timeout)
throws SQLServerException
setShardingKeyIfValid in interface java.sql.ConnectionSQLServerExceptionCopyright © 2018 Microsoft Corporation. All rights reserved.