SAP J2EE Engine

Version 6.40


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

All Superinterfaces:
IFromClause, ILanguageObject

public interface IJoinPredicate
extends IFromClause

This interface marks a FROM clause as a join predicate. The join predicate describes 2 business object and the relation between them. Only inner joins are supported by the connector.

Version:
1.0

Method Summary
 ICriteria getJoinCriteria()
          Returns the criteria for the relation
 IFromClause getLeftClause()
          Returns the left clause of this from sub clause
 IFromClause getRightClause()
          Returns the right clause of this from sub clause
 

Method Detail

getJoinCriteria

public ICriteria getJoinCriteria()
Returns the criteria for the relation
Returns:
Iterator

getLeftClause

public IFromClause getLeftClause()
Returns the left clause of this from sub clause
Returns:
IFromClause

getRightClause

public IFromClause getRightClause()
Returns the right clause of this from sub clause
Returns:
IFromClause

SAP J2EE Engine

Version 6.40


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