Package org.teiid.jdbc
Class WrapperImpl
- java.lang.Object
-
- org.teiid.jdbc.WrapperImpl
-
- All Implemented Interfaces:
Wrapper
- Direct Known Subclasses:
BaseDataSource
,ConnectionImpl
,DatabaseMetaDataImpl
,FilteredResultsMetadata
,ParameterMetaDataImpl
,ResultSetImpl
,ResultSetMetaDataImpl
,StatementImpl
public class WrapperImpl extends Object implements Wrapper
-
-
Constructor Summary
Constructors Constructor Description WrapperImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isWrapperFor(Class<?> iface)
<T> T
unwrap(Class<T> iface)
-
-
-
Method Detail
-
isWrapperFor
public boolean isWrapperFor(Class<?> iface) throws SQLException
- Specified by:
isWrapperFor
in interfaceWrapper
- Throws:
SQLException
-
unwrap
public <T> T unwrap(Class<T> iface) throws SQLException
- Specified by:
unwrap
in interfaceWrapper
- Throws:
SQLException
-
-