What is a batch update in JDBC?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is a batch update in JDBC?
Rating:
A batch update is a process of combining multiple UPDATE, DELETE, or INSERT statements into a single batch and having the whole batch sent to the database and processed in one round. This is especially useful with prepared statements when repeating the same statement with different bind variables.
Rating:
Was this information helpful?
Other articles
- What is a logical unit of work?
- What is a one-to-one relationship?
- What is multiplicity?
- What is a publish-and-subscribe model?
- What is the getColumnIndex() method?