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
AddBatch() is for 'delete'/'insert'/' update' statements, and not 'select' statements.