protected class StatementCache.CachedStatement extends StatementDecoratorInterceptor.StatementProxy<PreparedStatement>
closed, delegate
Constructor and Description |
---|
StatementCache.CachedStatement(PreparedStatement parent,
String sql) |
Modifier and Type | Method and Description |
---|---|
void |
closeInvoked() |
void |
forceClose() |
org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CacheKey |
getCacheKey() |
void |
setCacheKey(org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CacheKey cacheKey) |
getActualProxy, getConnection, getConstructor, getDelegate, getSql, invoke, setActualProxy, setConnection, setConstructor, toString
public StatementCache.CachedStatement(PreparedStatement parent, String sql)
public void closeInvoked()
closeInvoked
in class StatementDecoratorInterceptor.StatementProxy<PreparedStatement>
public void forceClose()
public org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CacheKey getCacheKey()
public void setCacheKey(org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CacheKey cacheKey)
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.