what does batchUpdate does?
Answers were Sorted based on User's Feedback
Answer / vishnu
Ma
Make all queries as batch and by using this command we can
execute all queries at a time
| Is This Answer Correct ? | 6 Yes | 0 No |
batch update calls to database as chunk(group),
if you want to run more then one sql statement in a single
database call then you have to go for it
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mraghuhere
This batchUpdate() is a method to Update the batch of records in the table.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / mayilvahanan
Batch update is the collection of queries run at a time
| Is This Answer Correct ? | 0 Yes | 1 No |
How java can be connected to a database?
What is PreparedStatement?
What does jdbc do?
Hi friends, In JDBC 4 drivers are there among this which driver is best and why it is best.Which driver is most commonly used in web applications.
How does jdbc driver work?
Is jdbc open source?
What is static Synchronized method in JDBC API? Give an example?
3 Answers 3 Edge Solutions, R Systems, Sirvisetti Global Services,
How to find that, a row is updated or not?
How do I disallow NULL values in a table?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
How many jdbc driver types are there?
How can I connect mysql or oracle with java?