Uses of Interface
com.pervasive.datarush.tokens.scalar.DateSettable
-
Packages that use DateSettable 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.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of DateSettable in com.pervasive.datarush.ports.physical
Subinterfaces of DateSettable in com.pervasive.datarush.ports.physical Modifier and Type Interface Description interface
DateOutputField
A date valued field of a record output port. -
Uses of DateSettable in com.pervasive.datarush.sequences.scalar
Methods in com.pervasive.datarush.sequences.scalar that return DateSettable Modifier and Type Method Description DateSettable
DateTokenList. getTokenSetter(int index)
DateSettable
MutableDateTokenSequence. getTokenSetter(int index)
DateSettable
SparseDateTokenList. getTokenSetter(int index)
-
Uses of DateSettable in com.pervasive.datarush.tokens.scalar
Classes in com.pervasive.datarush.tokens.scalar that implement DateSettable Modifier and Type Class Description class
DateRegister
A mutableDateValued
object.Methods in com.pervasive.datarush.tokens.scalar with parameters of type DateSettable Modifier and Type Method Description static void
DateTimeUtils. parseInto(String text, DateSettable buffer)
Parses a date in ISO8601 format, storing the result into a date valued container.
-