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
| Methods inherited from interface org.atp.api.Typeable |
getImplementedType |
getColumnNames
ColumnNameList getColumnNames()
- Returns the column names. Might be
null.
- Returns:
- The column names. Might be
null.
Copyright © 2010. All Rights Reserved.