| Interface | Description |
|---|---|
| RowInsertable |
An interface for objects that support inserting rows into tables.
|
| RowInsertionBuilder |
Builder object for row insertion, into a
Table. |
| Class | Description |
|---|---|
| AbstractRowInsertionBuilder<U extends UpdateCallback> |
Abstract implementation of the
RowInsertionBuilder interface,
provided as a convenience to RowInsertable implementations. |
| InsertInto |
Represents a single INSERT INTO operation to be applied to a
UpdateableDataContext. |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.