public interface RowDeletionBuilder extends WhereClauseBuilder<RowDeletionBuilder>
Table.| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Commits the row deletion operation.
|
Table |
getTable()
Gets the table that this delete statement pertains to.
|
String |
toSql()
Gets a SQL representation of this delete operation.
|
where, where, where, whereTable getTable()
String toSql()
void execute()
throws MetaModelException
DataContext.MetaModelException - if the operation was rejectedCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.