java.lang.reflect.InvocationHandler
protected class StatementCache.CachedStatement extends StatementDecoratorInterceptor.StatementProxy<java.sql.PreparedStatement>
closed, delegate
Constructor | Description |
---|---|
CachedStatement(java.sql.PreparedStatement parent,
java.lang.String sql) |
Modifier and Type | Method | 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getActualProxy, getConnection, getConstructor, getDelegate, getSql, invoke, setActualProxy, setConnection, setConstructor, toString
public CachedStatement(java.sql.PreparedStatement parent, java.lang.String sql)
public void closeInvoked()
closeInvoked
in class StatementDecoratorInterceptor.StatementProxy<java.sql.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-2018 Apache Software Foundation. All Rights Reserved.