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 happens if we don't close the connection in jdbc?

0 Answers  


What is dburl?

0 Answers  


List the common jdbc exceptions ?

0 Answers  


Does jdbctemplate close connection?

0 Answers  


Give me some example for getting connection from connection pooling in JBoss Server. Is Connection Pool default in Server or we have to create it? Who can create Connection Pool in a Team. How it will be accessed by the developer code?

1 Answers   TCS,






what are design patterns?

3 Answers   CFC, TCS, Wipro,


What does the jdbc resultset interface?

0 Answers  


What are the different types of 2 tier and 3 tier architecture ?

2 Answers   Honeywell,


What is metadata in programming?

0 Answers  


What is the difference between setmaxrows(int) and setfetchsize(int)?

0 Answers  


MY code is: public class P1{ public static void main(String ar[]) { class.forName("java.lang.String"); } } errors i got are :New.java:5: error: <identifier> expected class.forName("java.lang.String"); ^ New.java:5: error: invalid method declaration; return type required class.forName("java.lang.String"); ^ New.java:5: error: illegal start of type class.forName("java.lang.String"); ^ New.java:7: error: reached end of file while parsing } ^ 4 errors HELP ME>......

3 Answers  


Is odbc an api?

0 Answers  


Categories