接口 WrapperProxy
- 所有超级接口:
Wrapper
- 所有已知子接口:
CallableStatementProxy,ConnectionProxy,PreparedStatementProxy,ResultSetMetaDataProxy,ResultSetProxy,StatementProxy
- 所有已知实现类:
CallableStatementProxyImpl,ConnectionProxyImpl,PreparedStatementProxyImpl,ResultSetMetaDataProxyImpl,ResultSetProxyImpl,StatementProxyImpl,WrapperProxyImpl
- 作者:
- wenshao [szujobs@hotmail.com]
-
方法概要
修饰符和类型方法说明voidgetAttribute(String key) intlonggetId()voidputAttribute(String key, Object value) 从接口继承的方法 java.sql.Wrapper
isWrapperFor, unwrap
-
方法详细资料
-
getId
long getId() -
getRawObject
Object getRawObject() -
getAttributesSize
int getAttributesSize() -
clearAttributes
void clearAttributes() -
getAttributes
-
getAttribute
-
putAttribute
-