| Interface | Description | 
|---|---|
| Insert | 
 A complete INSERT statement that is ready to be built. 
 | 
| InsertInto | 
 The beginning of an INSERT statement; at this point only the table is known, it might become a
 JSON insert or a regular one, depending on which method is called next. 
 | 
| JsonInsert | 
 An INSERT JSON statement. 
 | 
| OngoingValues | |
| RegularInsert | 
 A regular (not JSON) INSERT statement. 
 | 
Copyright © 2017–2021. All rights reserved.