public interface UpdateStart extends OngoingAssignment
Modifier and Type | Method and Description |
---|---|
UpdateStart |
usingTimestamp(BindMarker bindMarker)
Adds a USING TIMESTAMP clause to this statement with a bind marker.
|
UpdateStart |
usingTimestamp(long timestamp)
Adds a USING TIMESTAMP clause to this statement with a literal value.
|
append, append, appendListElement, appendListElement, appendMapEntry, appendMapEntry, appendSetElement, appendSetElement, decrement, decrement, decrement, decrement, increment, increment, increment, increment, prepend, prepend, prependListElement, prependListElement, prependMapEntry, prependMapEntry, prependSetElement, prependSetElement, remove, remove, removeListElement, removeListElement, removeMapEntry, removeMapEntry, removeSetElement, removeSetElement, set, set, set, setColumn, setColumn, setField, setField, setMapValue, setMapValue
@NonNull UpdateStart usingTimestamp(long timestamp)
If this method or usingTimestamp(BindMarker)
is called multiple times, the last
value is used.
@NonNull UpdateStart usingTimestamp(@NonNull BindMarker bindMarker)
If this method or usingTimestamp(long)
is called multiple times, the last value is
used.
Copyright © 2017–2018. All rights reserved.