类 PreparedStatementPool
java.lang.Object
com.alibaba.druid.pool.PreparedStatementPool
- 作者:
- wenshao [szujobs@hotmail.com]
-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidclear()voidgetMap()voidput(PreparedStatementHolder stmtHolder) voidremove(PreparedStatementHolder stmtHolder) intsize()
-
构造器详细资料
-
PreparedStatementPool
-
-
方法详细资料
-
get
public PreparedStatementHolder get(DruidPooledPreparedStatement.PreparedStatementKey key) throws SQLException - 抛出:
SQLException
-
remove
- 抛出:
SQLException
-
put
- 抛出:
SQLException
-
clear
public void clear() -
closeRemovedStatement
-
getMap
-
size
public int size()
-