ExecuteUpdateStatement ::= |
executeUpdate ( IDENTIFIER )? ( with BindVariableList )? |
Used by: |
This executes a prepared SQL update statement. If the variable name for the
prepared statement is missing, by default it uses updateCount
member.