com.alibaba.druid.pool
类 PreparedStatementPool
java.lang.Object
com.alibaba.druid.pool.PreparedStatementPool
public class PreparedStatementPool
- extends Object
- 作者:
- wenshao
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.