Semantics :
PreparedExecuteUpdateStatement
PreparedExecuteUpdateStatement
::=
(
preparedExecuteUpdate
|
preparedExecuteUpdateCall
) (
IDENTIFIER
)?
(
using
IDENTIFIER
)?
:
Mixture
;
(
with
BindVariableList
)?
;
Used by:
This is a convenience statement that combines
PrepareStatement
and
ExecuteUpdateStatement
.