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.
 TableName getTableName()
          Returns the table name where to insert.
 
Methods inherited from interface org.atp.api.Typeable
getImplementedType
 

Method Detail

getTableName

TableName 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. All Rights Reserved.