Package | Description |
---|---|
com.pervasive.datarush.sequences.scalar |
Provides implementations of sequences of scalar token values.
|
com.pervasive.datarush.tokens.scalar |
Provides implementations of and utilities for scalar valued
tokens.
|
Modifier and Type | Method and Description |
---|---|
CalendarDate |
SparseDateTokenList.getCalendarDate(int index) |
CalendarDate |
DateTokenSequence.getCalendarDate(int index)
Gets the value of the specified token as
a calendar date.
|
CalendarDate |
DateTokenList.getCalendarDate(int index) |
Modifier and Type | Method and Description |
---|---|
void |
SparseDateTokenList.append(CalendarDate value) |
void |
MutableDateTokenSequence.append(CalendarDate value)
Appends the specified calendar date to this sequence.
|
void |
DateTokenList.append(CalendarDate value) |
void |
SparseDateTokenList.append(CalendarDate value,
int count) |
void |
MutableDateTokenSequence.append(CalendarDate value,
int count)
Appends the specified calendar date to this sequence.
|
void |
DateTokenList.append(CalendarDate value,
int count) |
void |
DateTokenList.fillCalendarDate(int start,
int length,
CalendarDate value)
Sets the tokens in the specified subsequence to the
specified calendar date.
|
void |
DateTokenList.setCalendarDate(int index,
CalendarDate value)
Sets the token at the specified position to the specified
calendar date.
|
Modifier and Type | Method and Description |
---|---|
CalendarDate |
NullToken.asCalendarDate() |
CalendarDate |
DateValued.asCalendarDate()
Gets the contained date value.
|
CalendarDate |
DateTokenConverter.asCalendarDate()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
DateSettable.set(CalendarDate date)
Sets the container to the specified calendar date.
|
void |
DateRegister.set(CalendarDate date) |
Constructor and Description |
---|
DateToken(CalendarDate date)
Constructs a new token with the non-null calendar date.
|
Copyright © 2020 Actian Corporation. All rights reserved.