Package | Description |
---|---|
com.pervasive.datarush.operators.io.jdbc |
Provides operators for reading from JDBC sources and writing to JDBC targets.
|
com.pervasive.datarush.ports |
Provides classes and interfaces related to receiving and sending data in a dataflow graph.
|
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.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 |
PhysicalInputPort
Marker interface for physical inputs.
|
interface |
PhysicalOutputPort
Marker interface for physical outputs.
|
interface |
PhysicalPort
The common interface for all ports, both input and output.
|
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 |
RecordInput
An input port on a record data flow.
|
interface |
RecordOutput
An output port generating a flow of record tokens.
|
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 |
Field
An element of a
RecordTokenType schema. |
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.
|
Copyright © 2016 Actian Corporation. All rights reserved.