SQLServerConnection Class.
The document is archived and information here might be outdated
Download JDBC Driver
Represents a JDBC connection to a Microsoft SQL Server database.
Package: com.microsoft.sqlserver.jdbc
Implements: ISQLServerConnection, java.io.Serializable
public class SQLServerConnection
SQLServerConnection supports JDBC connection pooling and can be either a physical JDBC connection or a logical JDBC connection. SQLServerConnection manages transaction control for all statements that were created from it, and it can participate in XA distributed transactions managed via a XAResource adapter.
SQLServerConnection manages a pool of prepared statement handles. Prepared statements are prepared once and are typically run many times with different data values for their parameters. Prepared statements are also maintained across logical (pooled) connection closes.
Note |
---|
|
This class supports unwrapping to SQLServerConnection class, java.sql.connection interface, and ISQLServerConnection interface. For more information, see Wrappers and Interfaces.
SQLServerConnection Members
JDBC Driver API Reference
Source: www.bing.com
Images credited to www.bing.com and www.progr ess.com