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
| Methods inherited from interface org.atp.api.Typeable |
getImplementedType |
getSearchConidition
BooleanExpression getSearchConidition()
- Returns the join condition for the
QualifiedJoinedTable.
- Returns:
- The join condition for the
QualifiedJoinedTable.
Copyright © 2010-2012. All Rights Reserved.