Package com.pervasive.datarush.tokens.scalar

Provides implementations of and utilities for scalar valued tokens.

See: Description

Package com.pervasive.datarush.tokens.scalar Description

Provides implementations of and utilities for scalar valued tokens. Scalar tokens are the primitive units of data within DataRush. They represent a single value, possibly null. Generally, these map one-to-one with Java primitive types, but also include support for Java object types. Some common object types such as strings, dates, and timestamps have their own type, although any object type can be supported generically.

Copyright © 2015 Actian Corporation. All Rights Reserved.