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

Method Summary
 ColumnNameList getColumnList()
          Gets the column name correspondence list.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getColumnList

ColumnNameList getColumnList()
Gets the column name correspondence list.

Returns:
The column name correspondence list.


Copyright © 2010. All Rights Reserved.