SAP J2EE Engine

Version 6.40


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

All Superinterfaces:
ILanguageObject

public interface IFrom
extends ILanguageObject

This interface holds all the symbols of a SQL operation FROM clause. The symbols contain within the FROM clause are typically business objects and join predicates The symbols might also be aliases to other symbols

Version:
1.0

Method Summary
 java.util.Iterator getBusinessObjects()
          Returns all business objects in the from sub clauses
 java.util.Iterator getClauses()
          Returns all the FROM sub clauses
 

Method Detail

getClauses

public java.util.Iterator getClauses()
Returns all the FROM sub clauses
Returns:
Iterator of IFromClause

getBusinessObjects

public java.util.Iterator getBusinessObjects()
Returns all business objects in the from sub clauses
Returns:
Iterator of IBusinessObjectSymbol

SAP J2EE Engine

Version 6.40


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