Can PreparedStatement.addBatch() be used for SELECT queries?

前端 未结 4 820
遇见更好的自我
遇见更好的自我 2020-12-05 14:07

Imagine that I have 100 SELECT queries that differ by one input. A PreparedStatement can be used for the value.

All the documentation I see on the Web is for batch

4条回答
提交回复
热议问题