Uses of Class
com.pervasive.datarush.tokens.scalar.TimestampToken
-
Packages that use TimestampToken Package Description com.pervasive.datarush.tokens.scalar Provides implementations of and utilities for scalar valued tokens. -
-
Uses of TimestampToken in com.pervasive.datarush.tokens.scalar
Fields in com.pervasive.datarush.tokens.scalar declared as TimestampToken Modifier and Type Field Description static TimestampToken
TimestampToken. NULL
A null valuedTimestampToken
static TimestampToken
TimestampToken. ZERO
A zero valuedTimestampToken
Methods in com.pervasive.datarush.tokens.scalar that return TimestampToken Modifier and Type Method Description static TimestampToken
TimestampDataUtil. parse(String timestampText)
Deprecated.since 6.1; useparse(String)
instead.static TimestampToken
TimestampToken. parse(String value)
Converts a string representation of a timestamp value into a token.Methods in com.pervasive.datarush.tokens.scalar with parameters of type TimestampToken Modifier and Type Method Description int
TimestampToken. compareTo(TimestampToken that)
-