com.alibaba.druid.proxy.jdbc
接口 WrapperProxy

所有超级接口:
Wrapper
所有已知子接口:
CallableStatementProxy, ConnectionProxy, PreparedStatementProxy, ResultSetProxy, StatementProxy
所有已知实现类:
CallableStatementProxyImpl, ConnectionProxyImpl, PreparedStatementProxyImpl, ResultSetProxyImpl, StatementProxyImpl, WrapperProxyImpl

public interface WrapperProxy
extends Wrapper

作者:
wenshao

方法摘要
 void clearAttributes()
           
 Object getAttribute(String key)
           
 Map<String,Object> getAttributes()
           
 int getAttributesSize()
           
 long getId()
           
 Object getRawObject()
           
 void putAttribute(String key, Object value)
           
 
从接口 java.sql.Wrapper 继承的方法
isWrapperFor, unwrap
 

方法详细信息

getId

long getId()

getRawObject

Object getRawObject()

getAttributesSize

int getAttributesSize()

clearAttributes

void clearAttributes()

getAttributes

Map<String,Object> getAttributes()

getAttribute

Object getAttribute(String key)

putAttribute

void putAttribute(String key,
                  Object value)


Copyright © 2013 Alibaba Group. All Rights Reserved.