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


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

Method Detail

getClauses

Iterator getClauses()
Returns all the FROM sub clauses

Returns:
Iterator of IFromClause

getBusinessObjects

Iterator getBusinessObjects()
Returns all business objects in the from sub clauses

Returns:
Iterator of IBusinessObjectSymbol
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] EP-BASIS-API [sap.com] tc/epbc/connectivityfw/api api EP-PIN
[sap.com] FRAMEWORK-EXT [sap.com] tc/conn/connectorframeworkdeprecated - EP-CON-CF
[sap.com] FRAMEWORK-EXT [sap.com] tc/conn/connectorframeworkdeprecated default EP-CON-CF


Copyright 2013 SAP AG Complete Copyright Notice