com.alibaba.druid.proxy.jdbc
接口 WrapperProxy
- 所有超级接口:
- Wrapper
- 所有已知子接口:
- CallableStatementProxy, ConnectionProxy, PreparedStatementProxy, ResultSetProxy, StatementProxy
- 所有已知实现类:
- CallableStatementProxyImpl, ConnectionProxyImpl, PreparedStatementProxyImpl, ResultSetProxyImpl, StatementProxyImpl, WrapperProxyImpl
public interface WrapperProxy
- extends Wrapper
- 作者:
- wenshao
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.