com.alibaba.druid.pool
类 PreparedStatementPool

java.lang.Object
  继承者 com.alibaba.druid.pool.PreparedStatementPool

public class PreparedStatementPool
extends Object

作者:
wenshao

嵌套类摘要
 class PreparedStatementPool.LRUCache
           
static class PreparedStatementPool.MethodType
           
 
构造方法摘要
PreparedStatementPool(DruidConnectionHolder holder)
           
 
方法摘要
 void clear()
           
 void closeRemovedStatement(PreparedStatementHolder holder)
           
 PreparedStatementHolder get(DruidPooledPreparedStatement.PreparedStatementKey key)
           
 Map<DruidPooledPreparedStatement.PreparedStatementKey,PreparedStatementHolder> getMap()
           
 void put(PreparedStatementHolder stmtHolder)
           
 int size()
           
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PreparedStatementPool

public PreparedStatementPool(DruidConnectionHolder holder)
方法详细信息

get

public PreparedStatementHolder get(DruidPooledPreparedStatement.PreparedStatementKey key)
                            throws SQLException
抛出:
SQLException

put

public void put(PreparedStatementHolder stmtHolder)
         throws SQLException
抛出:
SQLException

clear

public void clear()

closeRemovedStatement

public void closeRemovedStatement(PreparedStatementHolder holder)

getMap

public Map<DruidPooledPreparedStatement.PreparedStatementKey,PreparedStatementHolder> getMap()

size

public int size()


Copyright © 2013-2014 Alibaba Group. All Rights Reserved.