Method executeUpdate()
Return type: int
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
stmt.executeUpdate();
2
return new Integer(ps.executeUpdate());
3
cleanDeltas.executeUpdate();
4
storeDelta.executeUpdate();
5
stmt.executeUpdate ();
6
selp.executeUpdate();
7
int count = stmt.executeUpdate ();
8
deleteStatement.executeUpdate();
9
pstmt.executeUpdate();
10
ps.executeUpdate();
11
int count = pstmt.executeUpdate();
12
mockPreparedStatement.executeUpdate();
13
statement.executeUpdate();
14
ps.executeUpdate();
15
ps.executeUpdate();
16
ps.executeUpdate();
17
int rows = pstat.executeUpdate();
18
preparedStatement.executeUpdate();
19
stmt.executeUpdate();
20
cstmt.executeUpdate();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.