नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Represents a JDBC connection to a Microsoft SQL Server database. This interface was added in SQL Server JDBC Driver 3.0.
Package: com.microsoft.sqlserver.jdbc
Extends: java.sql.Connection
Syntax
public interface ISQLServerConnection
Remarks
This interface is implemented by SQLServerConnection Class.
This interface exposes the following Microsoft JDBC Driver for SQL Server-specific field:
| Field | For more information, see |
|---|---|
| public final static int TRANSACTION_SNAPSHOT | TRANSACTION_SNAPSHOT |
| public UUID getClientConnectionId() | getClientConnectionID() |