| Interface | Description |
|---|---|
| InsertFragment |
This is the common interface for all fragments of a INSERT statement.
|
| InsertVisitor |
| Class | Description |
|---|---|
| AbstractInsertValueTable<T extends AbstractInsertValueTable<T>> |
Abstract base class for SQL fragments that contain a insert value table (for example
INSERT, MERGE). |
| Insert |
This class implements an SQL
Insert statement. |
| InsertFields |
Field list that defines the fields data is being inserted into.
|
Copyright © 2018–2021. All rights reserved.