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 are devices?
How can you use preparedstatement in jdbc?
What is difference between jdbc and odbc?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
What is database null and Java null?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
How many rowset are available in jdbc?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
How to execute bulk number of queries at once?
What is JDBC and ODBC and what are the differences between them?
11 Answers Idbi Bank, Infosys, Infoview, TCS,
What are the components of jdbc?
How do I set properties for a JDBC driver and where are the properties stored?