Package com.alibaba.druid.proxy.jdbc
Interface WrapperProxy
-
- All Superinterfaces:
Wrapper
- All Known Subinterfaces:
CallableStatementProxy,ConnectionProxy,PreparedStatementProxy,ResultSetMetaDataProxy,ResultSetProxy,StatementProxy
- All Known Implementing Classes:
CallableStatementProxyImpl,ConnectionProxyImpl,PreparedStatementProxyImpl,ResultSetMetaDataProxyImpl,ResultSetProxyImpl,StatementProxyImpl,WrapperProxyImpl
public interface WrapperProxy extends Wrapper
- Author:
- wenshao [szujobs@hotmail.com]
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclearAttributes()ObjectgetAttribute(String key)Map<String,Object>getAttributes()intgetAttributesSize()longgetId()ObjectgetRawObject()voidputAttribute(String key, Object value)-
Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
-
-
-
Method Detail
-
getId
long getId()
-
getRawObject
Object getRawObject()
-
getAttributesSize
int getAttributesSize()
-
clearAttributes
void clearAttributes()
-
-