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

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

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

This is common interface for syntax elements representing the data source for columns in INSERT INTO statement.

Author:
Stanislav Muhametsin
See Also:
InsertStatement

Nested Class Summary
static class ColumnSource.Defaults
          This syntax element represents when default values of columns are wanted to be inserted into table.
 
Method Summary
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 



Copyright © 2010-2012. All Rights Reserved.