public interface InsertStatement extends SQLStatement, org.atp.api.Typeable<InsertStatement>
INSERT INTO statement.| Modifier and Type | Method and Description |
|---|---|
ColumnSource |
getColumnSource()
Returns the data source for columns.
|
TableNameDirect |
getTableName()
Returns the table name where to insert.
|
TableNameDirect getTableName()
ColumnSource getColumnSource()
Copyright © 2010-2012. All Rights Reserved.