public interface MutableStringTokenSequence extends StringTokenSequence, MutableScalarTokenSequence
MutableTokenSequence
containing string valued data.TokenTypeConstant#STRING
Modifier and Type | Method and Description |
---|---|
void |
append(String value)
Appends the specified string to this sequence.
|
void |
append(String value,
int count)
Appends the specified string to this sequence
multiple times.
|
StringSettable |
getTokenSetter(int index)
Returns a mutator for the given index.
|
void |
setString(int index,
String value)
Sets the token at the specified position to the given value.
|
getString, getToken, getValues, newValueIterator
ensureCanonical, getModificationCount
getType, isNull, isZero
appendNull, appendNull, appendZero, appendZero, fillValue, reset, setNull, setNull, setValue, setValues, setZero, setZero
compareElement, compareElements, getElementComparator, hashCode, isNull, size, toString
append, append, append, append
void append(String value)
value
- the value to append. If null
,
this is equivalent to appendNull()
.void append(String value, int count)
value
- the value to append. If null
,
this is equivalent to appendNull(count)
.count
- the number of copies to append.void setString(int index, String value)
index
- the position to modifyvalue
- the new valueStringSettable getTokenSetter(int index)
MutableTokenSequence
getTokenSetter
in interface MutableScalarTokenSequence
getTokenSetter
in interface MutableTokenSequence
index
- the positionCopyright © 2020 Actian Corporation. All rights reserved.