Package | Description |
---|---|
com.datastax.oss.driver.api.querybuilder.insert |
Modifier and Type | Interface and Description |
---|---|
interface |
JsonInsert
An INSERT JSON statement.
|
interface |
RegularInsert
A regular (not JSON) INSERT statement.
|
Modifier and Type | Method and Description |
---|---|
Insert |
Insert.ifNotExists()
Adds an IF NOT EXISTS clause to this statement.
|
Insert |
Insert.usingTimestamp(BindMarker bindMarker)
Adds a USING TIMESTAMP clause to this statement with a bind marker.
|
Insert |
Insert.usingTimestamp(long timestamp)
Adds a USING TIMESTAMP clause to this statement with a literal value.
|
Insert |
Insert.usingTtl(BindMarker bindMarker)
Adds a
USING TTL clause to this statement with a bind marker. |
Insert |
Insert.usingTtl(int ttlInSeconds)
Adds a
USING TTL clause to this statement with a literal value. |
Copyright © 2017–2022. All rights reserved.