org.sql.generation.api.grammar.query.joins
Interface JoinCondition

All Superinterfaces:
JoinSpecification, org.atp.api.Typeable<JoinSpecification>

public interface JoinCondition
extends JoinSpecification

This syntax element represents the join condition, used in QualifiedJoinedTable.

Author:
Stanislav Muhametsin

Method Summary
 BooleanExpression getSearchConidition()
          Returns the join condition for the QualifiedJoinedTable.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getSearchConidition

BooleanExpression getSearchConidition()
Returns the join condition for the QualifiedJoinedTable.

Returns:
The join condition for the QualifiedJoinedTable.


Copyright © 2010-2012. All Rights Reserved.