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 TimestampTokenTimestampToken. NULLA null valuedTimestampTokenstatic TimestampTokenTimestampToken. ZEROA zero valuedTimestampTokenMethods in com.pervasive.datarush.tokens.scalar that return TimestampToken Modifier and Type Method Description static TimestampTokenTimestampDataUtil. parse(String timestampText)Deprecated.since 6.1; useparse(String)instead.static TimestampTokenTimestampToken. 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 intTimestampToken. compareTo(TimestampToken that)
-