ISQLServerConnection Interface

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 SQL Server JDBC Driver-specific field:

Field

For more information, see

public final static int TRANSACTION_SNAPSHOT

TRANSACTION_SNAPSHOT

See Also

Concepts

JDBC Driver API Reference