Module org.eclipse.persistence.dbws
Class InsertOperation
java.lang.Object
org.eclipse.persistence.internal.xr.Operation
org.eclipse.persistence.internal.xr.InsertOperation
INTERNAL:An InsertOperation is an executable representation of an INSERT
operation on the database.
- Since:
- EclipseLink 1.x
-
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) ExecuteINSERT
operation on the databaseMethods inherited from class org.eclipse.persistence.internal.xr.Operation
getName, getParameters, hasResponse, initialize, isCollection, setName, validate
-
Constructor Details
-
InsertOperation
public InsertOperation()
-
-
Method Details
-
invoke
ExecuteINSERT
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 underlyingINSERT
operation on the database does not return a value. - See Also:
-