AutoCloseable, Connection, WrapperISQLServerConnection43SQLServerConnection, SQLServerConnection43public interface ISQLServerConnection extends Connection
| Modifier and Type | Field | Description |
|---|---|---|
static int |
TRANSACTION_SNAPSHOT |
TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE| Modifier and Type | Method | Description |
|---|---|---|
UUID |
getClientConnectionId() |
Gets the connection ID of the most recent connection attempt, regardless of whether the attempt succeeded or failed.
|
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, setShardingKey, setShardingKey, setShardingKeyIfValid, setShardingKeyIfValid, setTransactionIsolation, setTypeMapisWrapperFor, unwrapstatic final int TRANSACTION_SNAPSHOT
UUID getClientConnectionId() throws SQLException
SQLException - If any errors occur.Copyright © 2018 Microsoft Corporation. All rights reserved.