Uses of Interface
com.pervasive.datarush.ports.physical.ScalarInputField
Packages that use ScalarInputField
Package
Description
Provides operators for reading from JDBC sources and writing to JDBC targets.
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
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 ScalarInputFieldModifier and TypeFieldDescriptionprotected final ScalarInputField[]AbstractWriteToJDBC.AbstractWriteHelper.fields -
Uses of ScalarInputField in com.pervasive.datarush.ports.physical
Subinterfaces of ScalarInputField in com.pervasive.datarush.ports.physicalModifier and TypeInterfaceDescriptioninterfaceA binary valued field of a record input port.interfaceA boolean valued field of a record input port.interfaceA character valued field of a record input port.interfaceA date valued field of a record input port.interfaceA double valued field of a record input port.interfaceA duration valued field of a record input port.interfaceA float valued field of a record input port.interfaceAn integer valued field of a record input port.interfaceA ip4 address valued field of a record input port.interfaceA ip6 address valued field of a record input port.interfaceA long valued field of a record input port.interfaceA money valued field of a record input port.interfaceA numeric valued field of a record input port.interfaceAn object valued field of a record input port.interfaceA period valued field of a record input port.interfaceA string valued field of a record input port.interfaceA time valued field of a record input port.interfaceA timestamp valued field of a record input port.Methods in com.pervasive.datarush.ports.physical that return ScalarInputField -
Uses of ScalarInputField in com.pervasive.datarush.tokens.record
Methods in com.pervasive.datarush.tokens.record that return ScalarInputFieldModifier and TypeMethodDescriptionRecordRegisterSupport.newInputField(int absoluteIndex) RecordRegisterSupport.newInputField(String name)