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 design patterns?
What is the use of JDBC DriverManager class?
How can we retrieve the file in the oracle database?
How we say that PreparedStatment is Precompiled? where it will be compiled?
What class.forname does, while loading the drivers?
Discuss the significances of jdbc.
Why do I have to reaccess the database for Array, Blob, and Clob data?
give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.
What is drivermanager in jdbc?
What is jdbc odbc?
Describe odbc?
What is difference between java.util.Date and java.sql.Date?