SAP J2EE Engine

Version 6.40


com.sapportals.connector.execution.objects.language
Interface IUpdateOperation

All Superinterfaces:
ILanguageObject, IOperation

public interface IUpdateOperation
extends IOperation

The base interface for SQL UPDATE operation holder

Version:
1.0

Fields inherited from interface com.sapportals.connector.execution.objects.language.IOperation
DELETE_OPERATION, INSERT_OPERATION, QUERY_OPERATION, UPDATE_OPERATION
 
Method Summary
 java.util.Iterator getAttributes()
          Return an ordered Iterator of IAttributeSymbol to be updated.
 IBusinessObjectSymbol getBusinessObject()
          Returns the group being updated.
 ICriteria getCriteria()
          Returns the criteria object for this command, may be null.
 java.util.Iterator getValues()
          Returns the Iterator of values IExpression to be updated.
 
Methods inherited from interface com.sapportals.connector.execution.objects.language.IOperation
getType
 

Method Detail

getBusinessObject

public IBusinessObjectSymbol getBusinessObject()
Returns the group being updated.
Returns:
BusinessObjectHolder

getAttributes

public java.util.Iterator getAttributes()
Return an ordered Iterator of IAttributeSymbol to be updated.
Returns:
Iterator

getValues

public java.util.Iterator getValues()
Returns the Iterator of values IExpression to be updated.
Returns:
Iterator

getCriteria

public ICriteria getCriteria()
Returns the criteria object for this command, may be null.
Returns:
Iterator

SAP J2EE Engine

Version 6.40


Copyright © 2001-2005 SAP AG. All Rights Reserved.