Semantics : ExecuteUpdateStatement

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 $$ . The result, which is the number of rows updates, can be obtained via DBHandle's updateCount member.