SQLServerConnection Class

SQLServerConnection Class.

The document is archived and information here might be outdated

 

DownloadDownload 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.

System_CAPS_ICON_note.jpg Note


SQLServerConnection is not thread safe. However, multiple statements that are created from a single connection can be processed simultaneously in concurrent threads.

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

Video SQLServerConnection Class

SQLServerConnection Class


Source: www.bing.com
Images credited to www.bing.com and www.progr ess.com


Related Posts To SQLServerConnection Class


SQLServerConnection Class Rating: 4.5 Posted by: Brot Trune

Search Here

Popular Posts

Total Pageviews

Recent Posts