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 interfaceBinaryInputFieldA binary valued field of a record input port.interfaceBooleanInputFieldA boolean valued field of a record input port.interfaceCharInputFieldA character valued field of a record input port.interfaceDateInputFieldA date valued field of a record input port.interfaceDoubleInputFieldA double valued field of a record input port.interfaceDurationInputFieldA duration valued field of a record input port.interfaceFloatInputFieldA float valued field of a record input port.interfaceIntInputFieldAn integer valued field of a record input port.interfaceIp4AddressInputFieldA ip4 address valued field of a record input port.interfaceIp6AddressInputFieldA ip6 address valued field of a record input port.interfaceLongInputFieldA long valued field of a record input port.interfaceMoneyInputFieldA money valued field of a record input port.interfaceNumericInputFieldA numeric valued field of a record input port.interfaceObjectInputField<T>An object valued field of a record input port.interfacePeriodInputFieldA period valued field of a record input port.interfaceStringInputFieldA string valued field of a record input port.interfaceTimeInputFieldA time valued field of a record input port.interfaceTimestampInputFieldA timestamp valued field of a record input port.Methods in com.pervasive.datarush.ports.physical that return ScalarInputField Modifier and Type Method Description ScalarInputFieldRecordInput. getField(int index)Gets the input field at the given position.ScalarInputFieldRecordInput. getField(String fieldName)Gets the input field with the given name.ScalarInputFieldSteppableRecordValued. 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 ScalarInputFieldRecordRegisterSupport. newInputField(int absoluteIndex)ScalarInputFieldRecordRegisterSupport. newInputField(String name)
-