Nóta
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as shíniú isteach nó eolairí a athrú.
Teastaíonn údarú chun rochtain a fháil ar an leathanach seo. Is féidir leat triail a bhaint as eolairí a athrú.
Indicates whether this object is a wrapper for the specified interface.
Syntax
public boolean isWrapperFor(Class iface)
Parameters
iface
A class defining an interface.
Return Value
true if this object implements the interface or wraps an object that implements the interface. Otherwise, false.
Exceptions
Remarks
The isWrapperFor method and the unwrap method are defined by the java.sql.Wrapper interface, which is introduced in the JDBC 4.0 Spec.
If this method returns true, calling unwrap with the same argument will succeed.
For more information, see Wrappers and Interfaces.
See Also
unwrap Method (SQLServerXADataSource)
SQLServerXADataSource Methods
SQLServerXADataSource Members
SQLServerXADataSource Class