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 can you retrieve data from the resultset using jdbc?
Discuss the significances of jdbc.
What is jdbc vs odbc?
Why hibernate is better than jdbc?
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available?
What is a jdbc url?
What are restrictions on triggers?
What is Type-2 Driver and when this driver is used?
What are the advantages of using preparedstatement over statement?
What are the different types of locking in JDBC?
Does JDBC support stored procedures?
Can you define a foreign key, with a key from the same table?