public interface RowUpdationBuilder extends RowBuilder<RowUpdationBuilder>, WhereClauseBuilder<RowUpdationBuilder>
Table.| Modifier and Type | Method and Description |
|---|---|
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.
|
isSet, toRow, value, value, value, value, value, valuewhere, where, where, whereTable getTable()
getTable in interface RowBuilder<RowUpdationBuilder>String toSql()
void execute()
throws MetaModelException
DataContext.MetaModelException - if the operation was rejectedCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.