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, newValueIteratorensureCanonical, getModificationCountgetType, isNull, isZeroappendNull, appendNull, appendZero, appendZero, fillValue, reset, setNull, setNull, setValue, setValues, setZero, setZerocompareElement, compareElements, getElementComparator, hashCode, isNull, size, toStringappend, append, append, appendvoid 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)
MutableTokenSequencegetTokenSetter in interface MutableScalarTokenSequencegetTokenSetter in interface MutableTokenSequenceindex - the positionCopyright © 2016 Actian Corporation. All rights reserved.