what does batchUpdate does?

Answers were Sorted based on User's Feedback



what does batchUpdate does?..

Answer / dsr

Batchupdate is group of queries run at a time.

Is This Answer Correct ?    8 Yes 2 No

what does batchUpdate does?..

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

what does batchUpdate does?..

Answer / amit singh

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

what does batchUpdate does?..

Answer / mraghuhere

This batchUpdate() is a method to Update the batch of records in the table.

Is This Answer Correct ?    2 Yes 0 No

what does batchUpdate does?..

Answer / koti

batch is a group of records

Is This Answer Correct ?    3 Yes 3 No

what does batchUpdate does?..

Answer / mayilvahanan

Batch update is the collection of queries run at a time

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JDBC Interview Questions

What are the steps required to execute a query in jdbc?

0 Answers  


Can we use the one instance of Statment to execute more than one query ?

2 Answers   TCS,


How can I get information about foreign keys used in a table?

0 Answers  


What is the equivalent method for precompiled SQL Statement in JDBC?

1 Answers  


Give an example for execution of sql statement.

0 Answers  






Why do we use jdbc in java?

0 Answers  


Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?

0 Answers  


What is Type-1 Driver and when this driver is used?

3 Answers  


How do I load a database driver with JDBC 4.0 / Java 6?

0 Answers  


What does Class.forName return?

8 Answers   IBM,


What are the jdbc statements?

0 Answers  


Which package contains jdbc api?

0 Answers  


Categories