Class StatementCache.CachedStatement
- java.lang.Object
- 
- org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy<java.sql.PreparedStatement>
- 
- org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CachedStatement
 
 
- 
- All Implemented Interfaces:
- java.lang.reflect.InvocationHandler
 - Enclosing class:
- StatementCache
 
 protected class StatementCache.CachedStatement extends StatementDecoratorInterceptor.StatementProxy<java.sql.PreparedStatement> 
- 
- 
Field Summary- 
Fields inherited from class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxyclosed, delegate
 
- 
 - 
Constructor SummaryConstructors Constructor Description CachedStatement(java.sql.PreparedStatement parent, java.lang.String sql)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcloseInvoked()voidforceClose()org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CacheKeygetCacheKey()voidsetCacheKey(org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CacheKey cacheKey)- 
Methods inherited from class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxygetActualProxy, getConnection, getConstructor, getDelegate, getSql, invoke, setActualProxy, setConnection, setConstructor, toString
 
- 
 
- 
- 
- 
Method Detail- 
closeInvokedpublic void closeInvoked() - Overrides:
- closeInvokedin class- StatementDecoratorInterceptor.StatementProxy<java.sql.PreparedStatement>
 
 - 
forceClosepublic void forceClose() 
 - 
getCacheKeypublic org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CacheKey getCacheKey() 
 - 
setCacheKeypublic void setCacheKey(org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CacheKey cacheKey) 
 
- 
 
-