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 |
---|---|
TimeOfDay |
TimeTokenSequence.getTimeOfDay(int index)
Gets the value of the specified token as
a time of day.
|
TimeOfDay |
TimeTokenList.getTimeOfDay(int index) |
TimeOfDay |
SparseTimeTokenList.getTimeOfDay(int index) |
Modifier and Type | Method and Description |
---|---|
void |
TimeTokenList.append(TimeOfDay time) |
void |
SparseTimeTokenList.append(TimeOfDay time) |
void |
MutableTimeTokenSequence.append(TimeOfDay value)
Appends the specified time of day to this sequence.
|
void |
TimeTokenList.append(TimeOfDay time,
int count) |
void |
SparseTimeTokenList.append(TimeOfDay time,
int count) |
void |
MutableTimeTokenSequence.append(TimeOfDay value,
int count)
Appends the specified time of day to this sequence.
|
void |
TimeTokenList.fillTimeOfDay(int start,
int length,
TimeOfDay value)
Sets the tokens in the specified subsequence to the
specified calendar date.
|
void |
TimeTokenList.setTimeOfDay(int index,
TimeOfDay value)
Sets the token at the specified position to the specified
time of day.
|
Modifier and Type | Method and Description |
---|---|
TimeOfDay |
TimeValued.asTimeOfDay()
Gets the contained time value.
|
TimeOfDay |
NullToken.asTimeOfDay() |
Modifier and Type | Method and Description |
---|---|
void |
TimeSettable.set(TimeOfDay time)
Sets the container to the specified time of day.
|
void |
TimeRegister.set(TimeOfDay time) |
Constructor and Description |
---|
TimeToken(TimeOfDay time)
Constructs a new token with the non-null time of day.
|
Copyright © 2020 Actian Corporation. All rights reserved.