Package | Description |
---|---|
com.datastax.oss.driver.api.querybuilder.insert |
Modifier and Type | Interface and Description |
---|---|
interface |
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.
|
interface |
RegularInsert
A regular (not JSON) INSERT statement.
|
Copyright © 2017–2022. All rights reserved.