public interface RowInsertionBuilder extends RowBuilder<RowInsertionBuilder>
Table.| Modifier and Type | Method and Description |
|---|---|
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.
|
Table getTable()
getTable in interface RowBuilder<RowInsertionBuilder>RowInsertionBuilder like(Row row)
row - the row from which to take valuesvoid execute()
throws MetaModelException
DataContext.MetaModelException - if the operation was rejectedString toSql()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.