Module org.eclipse.persistence.dbws
Class UpdateOperation
java.lang.Object
org.eclipse.persistence.internal.xr.Operation
org.eclipse.persistence.internal.xr.UpdateOperation
-
Field Summary
Fields inherited from class org.eclipse.persistence.internal.xr.Operation
name, parameters
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninvoke
(XRServiceAdapter xrService, Invocation invocation) ExecuteUPDATE
operation on the databaseMethods inherited from class org.eclipse.persistence.internal.xr.Operation
getName, getParameters, hasResponse, initialize, isCollection, setName, validate
-
Constructor Details
-
UpdateOperation
public UpdateOperation()
-
-
Method Details
-
invoke
ExecuteUPDATE
operation on the database- Specified by:
invoke
in classOperation
- Parameters:
xrService
- parentXRService
that owns thisOperation
invocation
- contains runtime argument values to be bound to the list ofParameter
's.- Returns:
- result -
null
as the underlyingUPDATE
operation on the database does not return a value. - See Also:
-