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

All Superinterfaces:
JoinedTable, NonBooleanExpression, QueryExpressionBody, TableReference, org.atp.api.Typeable<ValueExpression>, ValueExpression

public interface QualifiedJoinedTable
extends JoinedTable

This syntax element represents the qualified join (JOIN between two tables.

Author:
Stanislav Muhametsin

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.query.QueryExpressionBody
QueryExpressionBody.EmptyQueryExpressionBody
 
Method Summary
 JoinSpecification getJoinSpecification()
          Returns the join specification for this JOIN.
 JoinType getJoinType()
          Returns the join type for this JOIN.
 
Methods inherited from interface org.sql.generation.api.grammar.query.joins.JoinedTable
getLeft, getRight
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 
Methods inherited from interface org.sql.generation.api.grammar.query.TableReference
asTypeable
 

Method Detail

getJoinType

JoinType getJoinType()
Returns the join type for this JOIN.

Returns:
The join type for this JOIN.
See Also:
JoinType

getJoinSpecification

JoinSpecification getJoinSpecification()
Returns the join specification for this JOIN.

Returns:
The join specification for this JOIN.
See Also:
JoinSpecification


Copyright © 2010-2012. All Rights Reserved.