Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Returns an object that implements the specified interface to allow access to the Microsoft JDBC Driver for SQL Server-specific methods.
public <T> T unwrap(Class<T> iface)
iface
A class of type T defining an interface.
An object that implements the specified interface.
The unwrap method is defined by the java.sql.Wrapper interface, which is introduced in the JDBC 4.0 Spec.
Applications might need to access extensions to the JDBC API that are specific to the Microsoft JDBC Driver for SQL Server. The unwrap method supports unwrapping to public classes that this object extends, if the classes expose vendor extensions.
When this method is called, the object unwraps to the SQLServerStatement class.
For example code, see Updating Large Data Sample, or unwrap Method (SQLServerCallableStatement).
For more information, see Wrappers and Interfaces.
isWrapperFor Method (SQLServerStatement)
SQLServerStatement Members
SQLServerStatement Class
Events
Mar 31, 11 PM - Apr 2, 11 PM
The biggest SQL, Fabric and Power BI learning event. March 31 – April 2. Use code FABINSIDER to save $400.
Register today