Method executeBatch()
Return type: int
Member of: java.sql.Statement
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 stmt.executeBatch();
2 ps.executeBatch();
3 int[] updateCount = stmt.executeBatch();
4 ps.executeBatch();
5 p.executeBatch();
6 p.executeBatch();
7 mockPreparedStatement.executeBatch();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.