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