|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RowUpdationBuilder
Builder object for row update on a Table.
| Method Summary | |
|---|---|
void |
execute()
Commits the row updation operation. |
Table |
getTable()
Gets the table that this update pertains to. |
String |
toSql()
Gets a SQL representation of this update operation. |
| Methods inherited from interface org.eobjects.metamodel.data.RowBuilder |
|---|
isSet, toRow, value, value, value, value, value, value |
| Methods inherited from interface org.eobjects.metamodel.data.WhereClauseBuilder |
|---|
where, where, where, where |
| Method Detail |
|---|
Table getTable()
getTable in interface RowBuilder<RowUpdationBuilder>String toSql()
void execute()
throws MetaModelException
DataContext.
MetaModelException - if the operation was rejected
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||