Method addBatch()
Return type: void
Member of:
java.sql.PreparedStatement
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
public void addBatch() throws SQLException { _stmt.addBatch(); }
2
public void addBatch() throws SQLException { checkOpen(); _stmt.addBatch();}
3
prepStmtPassthru.addBatch();
4
_cs.addBatch();
5
preparedStatement.addBatch();
6
m_pstmt.addBatch ();
7
stmt.addBatch();
8
delegate_.addBatch();
9
pstmt.addBatch();
10
mockPreparedStatement.addBatch();
11
ps.addBatch();
12
ps.addBatch();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.