org.sql.generation.api.grammar.query
Interface SelectColumnClause

All Superinterfaces:
org.atp.api.Typeable<SelectColumnClause>
All Known Subinterfaces:
AsteriskSelect, ColumnReferences

public interface SelectColumnClause
extends org.atp.api.Typeable<SelectColumnClause>

This is common interface for columns of SELECT statement.

Author:
Stanislav Muhametsin

Method Summary
 SetQuantifier getSetQuantifier()
          Returns the set quantifier for the columns of SELECT statement.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getSetQuantifier

SetQuantifier getSetQuantifier()
Returns the set quantifier for the columns of SELECT statement.

Returns:
The set quantifier for the columns of SELECT statement.
See Also:
SetQuantifier


Copyright © 2010-2011. All Rights Reserved.