Uses of Interface
com.pervasive.datarush.tokens.scalar.DateValued
-
Packages that use DateValued Package Description com.pervasive.datarush.ports.physical Provides classes and interfaces for accessing and producing the data flowing between operators in a dataflow graph.com.pervasive.datarush.sequences.scalar Provides implementations of sequences of scalar token values.com.pervasive.datarush.tokens Provides classes and utilities for working with data tokens.com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of DateValued in com.pervasive.datarush.ports.physical
Subinterfaces of DateValued in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
DateInputField
A date valued field of a record input port. -
Uses of DateValued in com.pervasive.datarush.sequences.scalar
Subinterfaces of DateValued in com.pervasive.datarush.sequences.scalar Modifier and Type Interface Description interface
DateValuedIterator
AScalarValuedIterator
over date values.Methods in com.pervasive.datarush.sequences.scalar that return DateValued Modifier and Type Method Description DateValued
DateTokenList. getToken(int index)
DateValued
DateTokenSequence. getToken(int index)
DateValued
SparseDateTokenList. getToken(int index)
-
Uses of DateValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type DateValued Modifier and Type Method Description static String
TokenUtils. asString(DateValued value)
Formats a date value as a string suitable for output.static int
TokenUtils. compare(DateValued value1, DateValued value2)
Indicates the relative ordering of two date values in ascending order.static boolean
TokenUtils. equal(DateValued value1, DateValued value2)
Indicates whether two date values are equal.static int
TokenUtils. hashCode(DateValued value)
Computes a hash code for a date value. -
Uses of DateValued in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement DateValued Modifier and Type Class Description class
DateRegister
A mutableDateValued
object.class
DateToken
An immutableDateValued
object.class
DateTokenConverter
Deprecated.since 6.1class
NullToken
An null token.Methods in com.pervasive.datarush.tokens.scalar with parameters of type DateValued Modifier and Type Method Description static String
DateTimeUtils. format(DateValued value)
Converts a date value into an ISO8601 date formatted string.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type DateValued Constructor Description DateToken(DateValued value)
Constructs a new token with the date value in the given container.
-