Package | Description |
---|---|
com.pervasive.datarush.tokens |
Provides classes and utilities for working with data tokens.
|
com.pervasive.datarush.tokens.record |
Provides implementations of and utilities for record valued
tokens.
|
Modifier and Type | Method and Description |
---|---|
static TokenConverter |
TokenConverters.getConverter(TokenType type)
Creates a converter appropriate for the given type.
|
static TokenConverter |
TokenConverters.getConverter(TokenValued value)
Creates a converter, bound to the given value
|
static TokenConverter[] |
TokenConverters.getConverters(RecordTokenType type)
Creates an array of converters for each scalar type in the given record type.
|
static TokenConverter[] |
TokenConverters.getConverters(RecordValued value)
Creates an array of converters for each scalar field in the given record value.
|
Modifier and Type | Method and Description |
---|---|
protected TokenConverter |
AbstractRecordValued.getConverter()
Gets a memoized converter for this object.
|
Copyright © 2019 Actian Corporation. All rights reserved.