Uses of Interface
com.pervasive.datarush.ports.physical.ScalarInputField
-
Packages that use ScalarInputField 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. -
-
Uses of ScalarInputField in com.pervasive.datarush.operators.io.jdbc
Fields in com.pervasive.datarush.operators.io.jdbc declared as ScalarInputField Modifier and Type Field Description protected ScalarInputField[]
AbstractWriteToJDBC.AbstractWriteHelper. fields
-
Uses of ScalarInputField in com.pervasive.datarush.ports.physical
Subinterfaces of ScalarInputField in com.pervasive.datarush.ports.physical Modifier and Type Interface 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.Methods in com.pervasive.datarush.ports.physical that return ScalarInputField Modifier and Type Method Description 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
SteppableRecordValued. getField(int index)
ScalarInputField[]
RecordInput. getFields()
Gets all input fields of this record port. -
Uses of ScalarInputField in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record that return ScalarInputField Modifier and Type Method Description ScalarInputField
RecordRegisterSupport. newInputField(int absoluteIndex)
ScalarInputField
RecordRegisterSupport. newInputField(String name)
-