|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RowInsertionBuilder
Builder object for row insertion, into a Table.
| Method Summary | |
|---|---|
void |
execute()
Commits the row insertion operation. |
Table |
getTable()
Gets the table that this insert pertains to. |
RowInsertionBuilder |
like(Row row)
Sets all values like the provided row (for easy duplication of a row). |
String |
toSql()
Gets a SQL representation of this insert operation. |
| Methods inherited from interface org.eobjects.metamodel.data.RowBuilder |
|---|
isSet, toRow, value, value, value, value, value, value |
| Method Detail |
|---|
Table getTable()
getTable in interface RowBuilder<RowInsertionBuilder>RowInsertionBuilder like(Row row)
row - the row from which to take values
void execute()
throws MetaModelException
DataContext.
MetaModelException - if the operation was rejectedString toSql()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||