AutoCloseable, Connection, ISQLServerConnection, 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(ShardingKey shardingKey) |
|
void |
setShardingKey(ShardingKey shardingKey,
ShardingKey superShardingKey) |
|
boolean |
setShardingKeyIfValid(ShardingKey shardingKey,
int timeout) |
|
boolean |
setShardingKeyIfValid(ShardingKey shardingKey,
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, setTypeMapgetClientConnectionIdisWrapperFor, unwrapvoid setShardingKey(ShardingKey shardingKey) throws SQLServerException
setShardingKey in interface ConnectionSQLServerExceptionvoid setShardingKey(ShardingKey shardingKey, ShardingKey superShardingKey) throws SQLServerException
setShardingKey in interface ConnectionSQLServerExceptionboolean setShardingKeyIfValid(ShardingKey shardingKey, int timeout) throws SQLServerException
setShardingKeyIfValid in interface ConnectionSQLServerExceptionboolean setShardingKeyIfValid(ShardingKey shardingKey, ShardingKey superShardingKey, int timeout) throws SQLServerException
setShardingKeyIfValid in interface ConnectionSQLServerExceptionCopyright © 2018 Microsoft Corporation. All rights reserved.