The following tables list the members that are exposed by the SQLServerConnection class.
Constructors
None.
Fields
| Name | Description | 
|---|---|
| 
             Used to specify the snapshot transaction isolation level.  | 
        
Inherited Fields
| Class inherited from: | Description | 
|---|---|
| 
             java.sql.Connection  | 
          
             TRANSACTION_NONE, TRANSACTION_READ_COMMITTED, TRANSACTION_READ_UNCOMMITTED, TRANSACTION_REPEATABLE_READ, TRANSACTION_SERIALIZABLE  | 
        
Methods
| Name | Description | 
|---|---|
| 
             Clears all warnings reported for this SQLServerConnection object.  | 
        |
| 
             Releases the database for this SQLServerConnection object and JDBC resources immediately instead of waiting for them to be automatically released.  | 
        |
| 
             Makes all changes made since the previous commit or rollback permanent, and releases any database locks that are currently held by this SQLServerConnection object.  | 
        |
| 
             Creates a SQLServerStatement object for sending SQL statements to the database.  | 
        |
| 
             Retrieves the current auto-commit mode for this SQLServerConnection object.  | 
        |
| 
             Retrieves the current catalog name for this SQLServerConnection object.  | 
        |
| 
             Retrieves the current holdability of SQLServerResultSet objects that are created by using this SQLServerConnection object.  | 
        |
| 
             Retrieves a SQLServerDatabaseMetaData object that contains metadata about the database to which this SQLServerConnection object represents a connection.  | 
        |
| 
             Retrieves the current transaction isolation level for this SQLServerConnection object.  | 
        |
| 
             Retrieves the Map object that is associated with this SQLServerConnection object.  | 
        |
| 
             Retrieves the first warning reported by calls on this SQLServerConnection object.  | 
        |
| 
             Indicates whether this SQLServerConnection object has been closed.  | 
        |
| 
             Indicates whether this SQLServerConnection object is in read-only mode.  | 
        |
| 
             Converts the given SQL statement into the native SQL grammar of the database server.  | 
        |
| 
             Creates a SQLServerCallableStatement object for calling database stored procedures.  | 
        |
| 
             Creates a SQLServerPreparedStatement object for sending parameterized SQL statements to the database.  | 
        |
| 
             Removes the given SQLServerSavepoint object from the current transaction.  | 
        |
| 
             Undoes all changes made in the current transaction and releases any database locks currently held by this SQLServerConnection object.  | 
        |
| 
             Sets the auto-commit mode for this SQLServerConnection object to the given state.  | 
        |
| 
             Sets the given catalog name to select a subspace of this SQLServerConnection object's database in which to work.  | 
        |
| 
             Changes the holdability of SQLServerResultSet objects that are created by using this SQLServerSavepoint object to the given holdability.  | 
        |
| 
             Puts this SQLServerConnection object in read-only mode as a hint to the JDBC driver to enable database optimizations.  | 
        |
| 
             Creates an unnamed savepoint in the current transaction and returns the new SQLServerSavepoint object that represents it.  | 
        |
| 
             Tries to change the transaction isolation level for this SQLServerConnection object to the one given.  | 
        |
| 
             Installs the given TypeMap object as the type map for this SQLServerConnection object.  | 
        
Inherited Methods
| Class inherited from: | Methods | 
|---|---|
| 
             java.lang.Object  | 
          
             clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait  |