SAP J2EE Engine

Version 6.40


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

All Superinterfaces:
ILanguageObject, IOperation

public interface IInsertOperation
extends IOperation

The base interface for SQL INSERT 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 inserted
 IBusinessObjectSymbol getBusinessObject()
          Returns the group being inserted into.
 java.util.Iterator getValues()
          Returns the Iterator of values (Object) to be inserted.
 
Methods inherited from interface com.sapportals.connector.execution.objects.language.IOperation
getType
 

Method Detail

getBusinessObject

public IBusinessObjectSymbol getBusinessObject()
Returns the group being inserted into.
Returns:
IBusinessObjectSymbol

getAttributes

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

getValues

public java.util.Iterator getValues()
Returns the Iterator of values (Object) to be inserted.
Returns:
Iterator

SAP J2EE Engine

Version 6.40


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