org.enhydra.jdbc.standard
Class PreparedStatementCache
java.lang.Object
org.enhydra.jdbc.util.LRUCache
org.enhydra.jdbc.standard.PreparedStatementCache
public class PreparedStatementCache
- extends LRUCache
Implementation of LRUCache to handle prepared statements TODO: Override put
to check type
| Fields inherited from class org.enhydra.jdbc.util.LRUCache |
log |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreparedStatementCache
public PreparedStatementCache(int maxSize)
- Constructor
cleanupObject
protected void cleanupObject(Object obj)
- Overriden to close the statement
- Overrides:
cleanupObject in class LRUCache
Copyright © 2011. All Rights Reserved.