public interface JsonInsert extends Insert
Modifier and Type | Method and Description |
---|---|
JsonInsert |
defaultNull()
Adds a DEFAULT NULL clause to this statement.
|
JsonInsert |
defaultUnset()
Adds a DEFAULT UNSET clause to this statement.
|
ifNotExists, usingTimestamp, usingTimestamp, usingTtl, usingTtl
@NonNull JsonInsert defaultNull()
If this or defaultUnset()
is called multiple times, the last value is used.
@NonNull JsonInsert defaultUnset()
If this or defaultNull()
is called multiple times, the last value is used.
Copyright © 2017–2022. All rights reserved.