如何理解PreparedStatementCache,以及如何使用

日期:2022-04-06 14:52:17 人气:1

如何理解PreparedStatementCache,以及如何使用

使用:
1. 使用ps.
sql里用?占位,等待被替换。例如,select * from table1 where user_name = ? and age > ?
2. 启用pscache。
<bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource"
    A+
热门评论