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

All Superinterfaces:
SQLStatement, org.atp.api.Typeable<InsertStatement>

public interface InsertStatement
extends SQLStatement, org.atp.api.Typeable<InsertStatement>

This syntax element represents a INSERT INTO statement.

Author:
Stanislav Muhametsin

Method Summary
 ColumnSource getColumnSource()
          Returns the data source for columns.
 TableNameDirect getTableName()
          Returns the table name where to insert.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getTableName

TableNameDirect getTableName()
Returns the table name where to insert.

Returns:
The table name where to insert.

getColumnSource

ColumnSource getColumnSource()
Returns the data source for columns.

Returns:
The data source for columns.


Copyright © 2010-2012. All Rights Reserved.