public interface MutableTimeTokenSequence extends TimeTokenSequence, MutableScalarTokenSequence
MutableTokenSequence
containing time valued data.TokenTypeConstant#TIME
Modifier and Type | Method and Description |
---|---|
void |
append(TimeOfDay value)
Appends the specified time of day to this sequence.
|
void |
append(TimeOfDay value,
int count)
Appends the specified time of day to this sequence.
|
void |
appendDayMillis(int dayMillis)
Appends the time value specified as the number of milliseconds
elapsed since midnight to this sequence.
|
void |
appendDayMillis(int dayMillis,
int count)
Appends the time value specified as the number of milliseconds
elapsed since midnight to this sequence multiple times.
|
TimeSettable |
getTokenSetter(int index)
Returns a mutator for the given index.
|
void |
setDayMillis(int index,
int value)
Sets the token at the specified position to a time value specified
as the number of milliseconds elapsed since midnight.
|
getDayMillis, getTimeOfDay, 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 appendDayMillis(int dayMillis)
dayMillis
- time value to which to set the token, expressed as the
number of milliseconds elapsed since midnightvoid append(TimeOfDay value)
value
- the value to append.void appendDayMillis(int dayMillis, int count)
dayMillis
- the value to append.count
- the number of copies to append.void append(TimeOfDay value, int count)
value
- the value to append.count
- the number of copies to append.void setDayMillis(int index, int value)
millis
- time value to which to set the token, expressed as the
number of milliseconds elapsed since midnightTimeSettable getTokenSetter(int index)
MutableTokenSequence
getTokenSetter
in interface MutableScalarTokenSequence
getTokenSetter
in interface MutableTokenSequence
index
- the positionCopyright © 2016 Actian Corporation. All rights reserved.