org.sql.generation.api.grammar.modification
Interface ColumnSourceByQuery
- All Superinterfaces:
- ColumnSource, DynamicColumnSource, org.atp.api.Typeable<ColumnSource>
public interface ColumnSourceByQuery
- extends DynamicColumnSource
This syntax element represents column source acquired by some query, for INSERT INTO statement.
- Author:
- Stanislav Muhametsin
| Methods inherited from interface org.atp.api.Typeable |
getImplementedType |
getQuery
QueryExpression getQuery()
- Returns the query to use as column source.
- Returns:
- The query to use as column source.
Copyright © 2010. All Rights Reserved.