org.sql.generation.api.grammar.common
Interface ColumnNameList

All Superinterfaces:
NonBooleanExpression, org.atp.api.Typeable<ValueExpression>, ValueExpression

public interface ColumnNameList
extends NonBooleanExpression

This interface presents a non-empty list of plain-text column names.

Author:
Stanislav Muhametsin

Method Summary
 List<String> getColumnNames()
          Returns the list of column names.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getColumnNames

List<String> getColumnNames()
Returns the list of column names. This list will be always non-empty.

Returns:
The non-empty list of column names.


Copyright © 2010-2011. All Rights Reserved.