org.sql.generation.api.grammar.definition.view
Interface RegularViewSpecification

All Superinterfaces:
org.atp.api.Typeable<ViewSpecification>, ViewSpecification

public interface RegularViewSpecification
extends ViewSpecification

This syntax element represents the column name list in view definition.

Author:
Stanislav Muhametsin
See Also:
ViewDefinition

Method Summary
 ColumnNameList getColumns()
          Returns the column names of this view.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getColumns

ColumnNameList getColumns()
Returns the column names of this view. Will be null if none are specified.

Returns:
The column names of this view. Will be null if none are specified.


Copyright © 2010-2012. All Rights Reserved.