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