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
- Author:
- wenshao [szujobs@hotmail.com]
-
Method Summary
Modifier and TypeMethodDescriptionvoidgetAttribute(String key) intlonggetId()voidputAttribute(String key, Object value) Methods inherited from interface java.sql.Wrapper
isWrapperFor, unwrap
-
Method Details
-
getId
long getId() -
getRawObject
Object getRawObject() -
getAttributesSize
int getAttributesSize() -
clearAttributes
void clearAttributes() -
getAttributes
-
getAttribute
-
putAttribute
-