public interface MutableDateTokenSequence extends DateTokenSequence, MutableScalarTokenSequence
MutableTokenSequence
containing date valued data.TokenTypeConstant#DATE
Modifier and Type | Method and Description |
---|---|
void |
append(CalendarDate value)
Appends the specified calendar date to this sequence.
|
void |
append(CalendarDate value,
int count)
Appends the specified calendar date to this sequence.
|
void |
append(Date value)
Deprecated.
since 6.1; use
append(CalendarDate) instead. |
void |
append(Date value,
int count)
Deprecated.
since 6.1; use
append(CalendarDate, int) instead |
void |
appendEpochDays(long epochDays)
Appends the date specified as days elapsed since
January 1, 1970 00:00:00 GMT to this sequence.
|
void |
appendEpochDays(long epochDays,
int count)
Appends the date specified as days elapsed since
January 1, 1970 00:00:00 GMT to this sequence
multiple times.
|
DateSettable |
getTokenSetter(int index)
Returns a mutator for the given index.
|
void |
setEpochDays(int index,
long value)
Sets the token at the specified position to the given value.
|
getCalendarDate, getDate, getDate, getEpochDays, 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
@Deprecated void append(Date value)
append(CalendarDate)
instead.value
- the value to append.void appendEpochDays(long epochDays)
epochDays
- the value to append.void append(CalendarDate value)
value
- the value to append.@Deprecated void append(Date value, int count)
append(CalendarDate, int)
insteadvalue
- the value to append.count
- the number of copies to append.void appendEpochDays(long epochDays, int count)
epochDays
- the value to append.count
- the number of copies to append.void append(CalendarDate value, int count)
value
- the value to append.count
- the number of copies to append.void setEpochDays(int index, long value)
index
- the position to modifyvalue
- the new valueDateSettable getTokenSetter(int index)
MutableTokenSequence
getTokenSetter
in interface MutableScalarTokenSequence
getTokenSetter
in interface MutableTokenSequence
index
- the positionCopyright © 2020 Actian Corporation. All rights reserved.