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.tokens.record |
Provides implementations of and utilities for record valued
tokens.
|
Modifier and Type | Field and Description |
---|---|
protected ScalarInputField[] |
AbstractWriteToJDBC.AbstractWriteHelper.fields |
Modifier and Type | Interface and Description |
---|---|
interface |
BinaryInputField
A binary valued field of a record input port.
|
interface |
BooleanInputField
A boolean valued field of a record input port.
|
interface |
CharInputField
A character valued field of a record input port.
|
interface |
DateInputField
A date valued field of a record input port.
|
interface |
DoubleInputField
A double valued field of a record input port.
|
interface |
DurationInputField
A duration valued field of a record input port.
|
interface |
FloatInputField
A float valued field of a record input port.
|
interface |
IntInputField
An integer valued field of a record input port.
|
interface |
Ip4AddressInputField
A ip4 address valued field of a record input port.
|
interface |
Ip6AddressInputField
A ip6 address valued field of a record input port.
|
interface |
LongInputField
A long valued field of a record input port.
|
interface |
MoneyInputField
A money valued field of a record input port.
|
interface |
NumericInputField
A numeric valued field of a record input port.
|
interface |
ObjectInputField<T>
An object valued field of a record input port.
|
interface |
PeriodInputField
A period valued field of a record input port.
|
interface |
StringInputField
A string valued field of a record input port.
|
interface |
TimeInputField
A time valued field of a record input port.
|
interface |
TimestampInputField
A timestamp valued field of a record input port.
|
Modifier and Type | Method and Description |
---|---|
ScalarInputField |
SteppableRecordValued.getField(int index) |
ScalarInputField |
RecordInput.getField(int index)
Gets the input field at the given position.
|
ScalarInputField |
RecordInput.getField(String fieldName)
Gets the input field with the given name.
|
ScalarInputField[] |
RecordInput.getFields()
Gets all input fields of this record port.
|
Modifier and Type | Method and Description |
---|---|
ScalarInputField |
RecordRegisterSupport.newInputField(int absoluteIndex) |
ScalarInputField |
RecordRegisterSupport.newInputField(String name) |
Copyright © 2020 Actian Corporation. All rights reserved.