Package | Description |
---|---|
com.pervasive.datarush.tokens.scalar |
Provides implementations of and utilities for scalar valued
tokens.
|
Modifier and Type | Field and Description |
---|---|
static TimestampToken |
TimestampToken.NULL
A null valued
TimestampToken |
static TimestampToken |
TimestampToken.ZERO
A zero valued
TimestampToken |
Modifier and Type | Method and Description |
---|---|
static TimestampToken |
TimestampToken.parse(String value)
Converts a string representation of a timestamp value into
a token.
|
static TimestampToken |
TimestampDataUtil.parse(String timestampText)
Deprecated.
since 6.1; use
parse(String) instead. |
Modifier and Type | Method and Description |
---|---|
int |
TimestampToken.compareTo(TimestampToken that) |
Copyright © 2019 Actian Corporation. All rights reserved.