org.sql.generation.api.grammar.query
Interface CorrespondingSpec
- All Superinterfaces:
- org.atp.api.Typeable<CorrespondingSpec>
public interface CorrespondingSpec
- extends org.atp.api.Typeable<CorrespondingSpec>
This syntax element represents the CORRESPONDING BY clause in UNION, INTERSECT, and
EXCEPT operations on queries.
- Author:
- Stanislav Muhametsin
| Methods inherited from interface org.atp.api.Typeable |
getImplementedType |
getColumnList
ColumnNameList getColumnList()
- Gets the column name correspondence list.
- Returns:
- The column name correspondence list.
Copyright © 2010-2012. All Rights Reserved.