org.sql.generation.api.grammar.common
Interface ColumnNameList
- All Superinterfaces:
- org.atp.api.Typeable<ColumnNameList>
public interface ColumnNameList
- extends org.atp.api.Typeable<ColumnNameList>
This interface presents a non-empty list of plain-text column names.
- Author:
- Stanislav Muhametsin
|
Method Summary |
java.util.List<java.lang.String> |
getColumnNames()
Returns the list of column names. |
| Methods inherited from interface org.atp.api.Typeable |
getImplementedType |
getColumnNames
java.util.List<java.lang.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. All Rights Reserved.