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

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

public interface NamedColumnsJoin
extends JoinSpecification

This syntax element represents the join based on same-named columns in two tables having same value. Used in QualifiedJoinedTable.

Author:
Stanislav Muhametsin

Method Summary
 ColumnNameList getColumnNames()
          Returns the column names.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getColumnNames

ColumnNameList getColumnNames()
Returns the column names. Might be null.

Returns:
The column names. Might be null.


Copyright © 2010-2012. All Rights Reserved.