Uses of Interface
com.pervasive.datarush.tokens.scalar.DateValued
Packages that use DateValued
Package
Description
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
Provides implementations of sequences of scalar token values.
Provides classes and utilities for working with data tokens.
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.physicalModifier and TypeInterfaceDescriptioninterfaceA 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.scalarMethods in com.pervasive.datarush.sequences.scalar that return DateValued -
Uses of DateValued in com.pervasive.datarush.tokens
Methods in com.pervasive.datarush.tokens with parameters of type DateValuedModifier and TypeMethodDescriptionstatic StringTokenUtils.asString(DateValued value) Formats a date value as a string suitable for output.static intTokenUtils.compare(DateValued value1, DateValued value2) Indicates the relative ordering of two date values in ascending order.static booleanTokenUtils.equal(DateValued value1, DateValued value2) Indicates whether two date values are equal.static intTokenUtils.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 DateValuedModifier and TypeClassDescriptionfinal classA mutableDateValuedobject.final classAn immutableDateValuedobject.classDeprecated.since 6.1classAn null token.Methods in com.pervasive.datarush.tokens.scalar with parameters of type DateValuedModifier and TypeMethodDescriptionstatic StringDateTimeUtils.format(DateValued value) Converts a date value into an ISO8601 date formatted string.Constructors in com.pervasive.datarush.tokens.scalar with parameters of type DateValuedModifierConstructorDescriptionDateToken(DateValued value) Constructs a new token with the date value in the given container.