Package com.alibaba.druid.pool
Class PreparedStatementPool
java.lang.Object
com.alibaba.druid.pool.PreparedStatementPool
- Author:
- wenshao [szujobs@hotmail.com]
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassstatic enum -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()voidgetMap()voidput(PreparedStatementHolder stmtHolder) voidremove(PreparedStatementHolder stmtHolder) intsize()
-
Constructor Details
-
PreparedStatementPool
-
-
Method Details
-
get
public PreparedStatementHolder get(DruidPooledPreparedStatement.PreparedStatementKey key) throws SQLException - Throws:
SQLException
-
remove
- Throws:
SQLException
-
put
- Throws:
SQLException
-
clear
public void clear() -
closeRemovedStatement
-
getMap
-
size
public int size()
-