Package | Description |
---|---|
com.pervasive.datarush.operators.io.jdbc |
Provides operators for reading from JDBC sources and writing to JDBC targets.
|
com.pervasive.datarush.ports.physical |
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
|
com.pervasive.datarush.sequences.scalar |
Provides implementations of sequences of scalar token values.
|
com.pervasive.datarush.tokens.scalar |
Provides implementations of and utilities for scalar valued
tokens.
|
com.pervasive.datarush.types |
Provides classes and interfaces for the description of token data types.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JDBCField |
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryInputField
A binary valued field of a record input port.
|
interface |
BinaryOutputField
A binary valued field of a record output port.
|
interface |
BooleanInputField
A boolean valued field of a record input port.
|
interface |
BooleanOutputField
A boolean valued field of a record output port.
|
interface |
CharInputField
A character valued field of a record input port.
|
interface |
CharOutputField
A character valued field of a record output port.
|
interface |
DateInputField
A date valued field of a record input port.
|
interface |
DateOutputField
A date valued field of a record output port.
|
interface |
DoubleInputField
A double valued field of a record input port.
|
interface |
DoubleOutputField
A double valued field of a record output port.
|
interface |
FloatInputField
A float valued field of a record input port.
|
interface |
FloatOutputField
A float valued field of a record output port.
|
interface |
IntInputField
An integer valued field of a record input port.
|
interface |
IntOutputField
An integer valued field of a record output port.
|
interface |
LongInputField
A long valued field of a record input port.
|
interface |
LongOutputField
A long valued field of a record output port.
|
interface |
NumberOutputField
A number valued field of a record output port.
|
interface |
NumericInputField
A numeric valued field of a record input port.
|
interface |
NumericOutputField
A numeric valued field of a record output port.
|
interface |
ObjectInputField<T>
An object valued field of a record input port.
|
interface |
ObjectOutputField<T>
An object valued field of a record output port.
|
interface |
ScalarInputField
A field of a record input port.
|
interface |
ScalarOutputField
A field of a record output port.
|
interface |
StringInputField
A string valued field of a record input port.
|
interface |
StringOutputField
A string valued field of a record output port.
|
interface |
TimeInputField
A time valued field of a record input port.
|
interface |
TimeOutputField
A time valued field of a record output port.
|
interface |
TimestampInputField
A timestamp valued field of a record input port.
|
interface |
TimestampOutputField
A timestamp valued field of a record output port.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryTokenSequence
A
TokenSequence containing binary valued data. |
interface |
BinaryValuedIterator
A
ScalarValuedIterator over binary values. |
interface |
BooleanTokenSequence
A
TokenSequence containing boolean valued data. |
interface |
BooleanValuedIterator
A
ScalarValuedIterator over boolean values. |
interface |
CharTokenSequence
A
TokenSequence containing character valued data. |
interface |
CharValuedIterator
A
ScalarValuedIterator over character values. |
interface |
DateTokenSequence
A
TokenSequence containing date valued data. |
interface |
DateValuedIterator
A
ScalarValuedIterator over date values. |
interface |
DoubleTokenSequence
A
TokenSequence containing double valued data. |
interface |
DoubleValuedIterator
A
ScalarValuedIterator over double values. |
interface |
FloatTokenSequence
A
TokenSequence containing float valued data. |
interface |
FloatValuedIterator
A
ScalarValuedIterator over float values. |
interface |
IntTokenSequence
A
TokenSequence containing integer valued data. |
interface |
IntValuedIterator
A
ScalarValuedIterator over a integer fields. |
interface |
LongTokenSequence
A
TokenSequence containing long valued data. |
interface |
LongValuedIterator
A
ScalarValuedIterator over long values. |
interface |
MutableBinaryTokenSequence
A
MutableTokenSequence containing binary valued data. |
interface |
MutableBooleanTokenSequence
A
MutableTokenSequence containing boolean valued data. |
interface |
MutableCharTokenSequence
A
MutableTokenSequence containing character valued data. |
interface |
MutableDateTokenSequence
A
MutableTokenSequence containing date valued data. |
interface |
MutableDoubleTokenSequence
A
MutableTokenSequence containing double valued data. |
interface |
MutableFloatTokenSequence
A
MutableTokenSequence containing float valued data. |
interface |
MutableIntTokenSequence
A
MutableTokenSequence containing integer valued data. |
interface |
MutableLongTokenSequence
A
MutableTokenSequence containing long valued data. |
interface |
MutableNumericTokenSequence
A
MutableTokenSequence containing numeric valued data. |
interface |
MutableObjectTokenSequence<O>
A
MutableTokenSequence containing object valued data. |
interface |
MutableScalarTokenSequence
A
MutableTokenSequence containing scalar typed tokens. |
interface |
MutableStringTokenSequence
A
MutableTokenSequence containing string valued data. |
interface |
MutableTimestampTokenSequence
A
MutableTokenSequence containing timestamp valued data. |
interface |
MutableTimeTokenSequence
A
MutableTokenSequence containing time valued data. |
interface |
NumericTokenSequence
A
TokenSequence containing numeric valued data. |
interface |
NumericValuedIterator
A
ScalarValuedIterator over numeric values. |
interface |
ObjectTokenSequence<O>
A
TokenSequence containing object valued data. |
interface |
ObjectValuedIterator<T>
A
ScalarValuedIterator over object values. |
interface |
ScalarTokenSequence
A
TokenSequence containing scalar typed tokens. |
interface |
ScalarValuedIterator
Iterator over scalar values.
|
interface |
SeekableScalarValuedIterator
A repositionable iterator over scalar values.
|
interface |
StringTokenSequence
A
TokenSequence containing string valued data. |
interface |
StringValuedIterator
A
ScalarValuedIterator over string values. |
interface |
TimestampTokenSequence
A
TokenSequence containing timestamp valued data. |
interface |
TimestampValuedIterator
A
ScalarValuedIterator over timestamp values. |
interface |
TimeTokenSequence
A
TokenSequence containing time valued data. |
interface |
TimeValuedIterator
A
ScalarValuedIterator over time values. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractScalarTokenSequence
A
TokenSequence containing scalar typed tokens. |
class |
BinaryTokenList
Primary implementation of
MutableBinaryTokenSequence . |
class |
BooleanTokenList
Primary implementation of
MutableBooleanTokenSequence . |
class |
CharTokenList
Primary implementation of
MutableCharTokenSequence . |
class |
DateTokenList
Primary implementation of
MutableDateTokenSequence . |
class |
DoubleTokenList
Primary implementation of
MutableDoubleTokenSequence . |
class |
FloatTokenList
Primary implementation of
MutableFloatTokenSequence . |
class |
IntTokenList
Primary implementation of
MutableIntTokenSequence . |
class |
LongTokenList
Primary implementation of
MutableLongTokenSequence . |
class |
NumericTokenList
Primary implementation of
MutableNumericTokenSequence . |
class |
ObjectTokenList<O>
Primary implementation of
MutableObjectTokenSequence . |
class |
SparseBinaryTokenList
An implementation of
MutableBinaryTokenSequence which stores
data sparsely. |
class |
SparseBooleanTokenList
An implementation of
MutableBooleanTokenSequence which stores
data sparsely. |
class |
SparseCharTokenList
An implementation of
MutableCharTokenSequence which stores
data sparsely. |
class |
SparseDateTokenList
An implementation of
MutableDateTokenSequence which stores
data sparsely. |
class |
SparseDoubleTokenList
An implementation of
MutableDoubleTokenSequence which stores
data sparsely. |
class |
SparseFloatTokenList
An implementation of
MutableFloatTokenSequence which stores
data sparsely. |
class |
SparseIntTokenList
An implementation of
MutableIntTokenSequence which stores
data sparsely. |
class |
SparseLongTokenList
An implementation of
MutableLongTokenSequence which stores
data sparsely. |
class |
SparseNumericTokenList
An implementation of
MutableNumericTokenSequence which stores
data sparsely. |
class |
SparseObjectTokenList<T>
An implementation of
MutableObjectTokenSequence which stores
data sparsely. |
class |
SparseStringTokenList
An implementation of
MutableStringTokenSequence which stores
data sparsely. |
class |
SparseTimestampTokenList
An implementation of
MutableTimestampTokenSequence which stores
data sparsely. |
class |
SparseTimeTokenList
An implementation of
MutableDateTokenSequence which stores
data sparsely. |
class |
StringTokenList
Primary implementation of
MutableStringTokenSequence . |
class |
TimestampTokenList
Primary implementation of
MutableTimestampTokenSequence . |
class |
TimeTokenList
Primary implementation of
MutableTimeTokenSequence . |
Modifier and Type | Interface and Description |
---|---|
interface |
BinarySettable
A
TokenSettable object containing a binary value. |
interface |
BinaryValued
A
TokenValued object containing a binary value. |
interface |
BooleanSettable
A
TokenSettable object containing a boolean value. |
interface |
BooleanValued
A
TokenValued object containing a boolean value. |
interface |
CharSettable
A
TokenSettable object containing a character value. |
interface |
CharValued
A
TokenValued object containing a character value. |
interface |
DateSettable
A
TokenSettable object containing a date value. |
interface |
DateValued
A
TokenValued object containing a date value. |
interface |
DoubleSettable
A
TokenSettable object containing a double value. |
interface |
DoubleValued
A
TokenValued object containing a double value. |
interface |
FloatSettable
A
TokenSettable object containing a float value. |
interface |
FloatValued
A
TokenValued object containing a float value. |
interface |
IntSettable
A
TokenSettable object containing an integer value. |
interface |
IntValued
A
TokenValued object containing an integer value. |
interface |
LongSettable
A
TokenSettable object containing a long value. |
interface |
LongValued
A
TokenValued object containing a long value. |
interface |
NumberSettable
A
TokenSettable object containing a number value. |
interface |
NumericSettable
A
TokenSettable object containing a numeric value. |
interface |
NumericValued
A
TokenValued object containing a numeric value. |
interface |
ObjectSettable<T>
A
TokenSettable object containing a Java object. |
interface |
ObjectValued<O>
A
TokenValued object containing a Java object. |
interface |
ScalarRegister
A mutable
ScalarValued object. |
interface |
ScalarSettable
A
TokenSettable containing a scalar value. |
interface |
ScalarToken
An immutable
ScalarValued object. |
interface |
ScalarValued
A
TokenValued object containing a scalar value. |
interface |
StringSettable
A
TokenSettable object containing a string value. |
interface |
StringValued
A
TokenValued object containing a string value. |
interface |
TimeSettable
A
TokenSettable object containing a time value. |
interface |
TimestampSettable
A
TokenSettable object containing a timestamp value. |
interface |
TimestampValued
A
TokenValued object containing a timestamp value. |
interface |
TimeValued
A
TokenValued object containing a time value. |
Modifier and Type | Class and Description |
---|---|
class |
BinaryRegister
A mutable
BinaryValued object. |
class |
BinaryToken
An immutable
BinaryValued object. |
class |
BooleanRegister
A mutable
BooleanValued object. |
class |
BooleanToken
An immutable
BooleanValued object. |
class |
CharRegister
A mutable
CharValued object. |
class |
CharToken
An immutable
CharValued object. |
class |
DateRegister
A mutable
DateValued object. |
class |
DateToken
An immutable
DateValued object. |
class |
DateTokenConverter
Deprecated.
since 6.1
|
class |
DoubleRegister
A mutable
DoubleValued object. |
class |
DoubleToken
An immutable
DoubleValued object. |
class |
FloatRegister
A mutable
BinaryValued object. |
class |
FloatToken
An immutable
FloatValued object. |
class |
IntRegister
A mutable
IntValued object. |
class |
IntToken
An immutable
IntValued object. |
class |
LongRegister
A mutable
IntValued object. |
class |
LongToken
An immutable
LongValued object. |
class |
NullToken
An null token.
|
class |
NumericRegister
A mutable
NumericValued object. |
class |
NumericToken
An immutable
NumericValued object. |
class |
ObjectRegister<O>
A mutable
ObjectValued object. |
class |
ObjectToken<O>
An immutable
ObjectValued object. |
class |
StringRegister
A mutable
StringValued object. |
class |
StringToken
An immutable
StringValued object. |
class |
TimeRegister
A mutable
TimeValued object. |
class |
TimestampRegister
A mutable
TimestampValued object. |
class |
TimestampToken
An immutable
TimestampValued object. |
class |
TimestampTokenConverter
Deprecated.
since 6.1
|
class |
TimeToken
An immutable
TimeValued object. |
Modifier and Type | Interface and Description |
---|---|
interface |
Field
An element of a
RecordTokenType schema. |
interface |
ObjectTyped<O>
Identifies a class which is associated with Java object data.
|
interface |
ScalarTokenType
A description of a scalar data type.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumTokenType
Deprecated.
Replace with string+domain
|
class |
ObjectTokenType<O>
A description of a scalar data type for a Java class.
|
Modifier and Type | Method and Description |
---|---|
static <T extends ScalarTyped & Named> |
TypeUtil.getRecordType(T... fields)
Computes the record type which a composite of the specified fields would have.
|
Modifier and Type | Method and Description |
---|---|
static RecordTokenType |
TypeUtil.deriveSchema(ScalarTyped... columns)
Builds a default record schema using the types of the specified
columnar objects.
|
static <T extends ScalarTyped & Named> |
TypeUtil.getRecordType(T... fields)
Computes the record type which a composite of the specified fields would have.
|
Copyright © 2016 Actian Corporation. All rights reserved.