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 an equijoin?
- What is the WHERE clause?
- What is the TimeStamp data type?
- What is a Java applet?
- What is EJB?