com.alibaba.druid.pool
类 PoolableWrapper

java.lang.Object
  继承者 com.alibaba.druid.pool.PoolableWrapper
所有已实现的接口:
Wrapper
直接已知子类:
DruidPooledConnection, DruidPooledResultSet, DruidPooledStatement

public class PoolableWrapper
extends Object
implements Wrapper

作者:
wenshao

构造方法摘要
PoolableWrapper(Wrapper wraaper)
           
 
方法摘要
 boolean isWrapperFor(Class<?> iface)
           
<T> T
unwrap(Class<T> iface)
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PoolableWrapper

public PoolableWrapper(Wrapper wraaper)
方法详细信息

isWrapperFor

public boolean isWrapperFor(Class<?> iface)
                     throws SQLException
指定者:
接口 Wrapper 中的 isWrapperFor
抛出:
SQLException

unwrap

public <T> T unwrap(Class<T> iface)
         throws SQLException
指定者:
接口 Wrapper 中的 unwrap
抛出:
SQLException


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.