类 WrapperProxyImpl
java.lang.Object
com.alibaba.druid.proxy.jdbc.WrapperProxyImpl
- 所有已实现的接口:
WrapperProxy,Wrapper
- 作者:
- wenshao [szujobs@hotmail.com]
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidabstract FilterChaingetAttribute(String key) intlonggetId()booleanisWrapperFor(Class<?> iface) voidputAttribute(String key, Object value) <T> T
-
构造器详细资料
-
WrapperProxyImpl
-
-
方法详细资料
-
getId
public long getId()- 指定者:
getId在接口中WrapperProxy
-
getRawObject
- 指定者:
getRawObject在接口中WrapperProxy
-
createChain
-
isWrapperFor
- 指定者:
isWrapperFor在接口中Wrapper- 抛出:
SQLException
-
unwrap
- 指定者:
unwrap在接口中Wrapper- 抛出:
SQLException
-
getAttributesSize
public int getAttributesSize()- 指定者:
getAttributesSize在接口中WrapperProxy
-
clearAttributes
public void clearAttributes()- 指定者:
clearAttributes在接口中WrapperProxy
-
getAttributes
- 指定者:
getAttributes在接口中WrapperProxy
-
putAttribute
- 指定者:
putAttribute在接口中WrapperProxy
-
getAttribute
- 指定者:
getAttribute在接口中WrapperProxy
-