org.sql.generation.api.grammar.modification
Interface DynamicColumnSource

All Superinterfaces:
ColumnSource, org.atp.api.Typeable<ColumnSource>
All Known Subinterfaces:
ColumnSourceByQuery, ColumnSourceByValues

public interface DynamicColumnSource
extends ColumnSource

A common interface for column sources with named columns for INSERT INTO statement.

Author:
Stanislav Muhametsin

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.modification.ColumnSource
ColumnSource.Defaults
 
Method Summary
 ColumnNameList getColumnNames()
          Returns the named columns of this column source.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getColumnNames

ColumnNameList getColumnNames()
Returns the named columns of this column source. May be null if no column names are specified.

Returns:
The named columns of this column source.


Copyright © 2010-2011. All Rights Reserved.