Class and Description |
---|
RegularInsert
A regular (not JSON) INSERT statement.
|
Class and Description |
---|
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.
|
Class and Description |
---|
Insert
A complete INSERT statement that is ready to be built.
|
JsonInsert
An INSERT JSON statement.
|
OngoingValues |
RegularInsert
A regular (not JSON) INSERT statement.
|
Copyright © 2017–2022. All rights reserved.