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 |
What is the advantage of namedparameterjdbctemplate?
Briefly tell about the jdbc architecture.
What is statement and preparedstatement in java?
Is jdbc an api?
What do you understand by jdbc driver and explain its types?
How can you retrieve data from the resultset using jdbc?
Why hibernate is better than jdbc?
How many types of jdbc drivers are there?
What is database deadlock ? How can we avoid them?
What is device controller?
what are the drawbacks of JDBC? explain briefly?
How do I find whether a parameter exists in the request object?