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 |
Discuss the significances of jdbc.
How a driver can be loaded?
What is sqlwarning?
Diff. types of triggers..
What is preparedstatement in jdbc?
What is Type-2 Driver and when this driver is used?
Which jdbc driver type s is are the jdbc odbc bridge?
What is the difference between executing, executequery, executeupdate in jdbc?
How can I determine where a given table is referenced via foreign keys?
What is odbc and jdbc drivers?
Can we have foreign key reference to a non primary key column ?
What are the packages are used in jdbc?