Uses of Interface
com.pervasive.datarush.namespace.Named
Packages that use Named
Package
Description
Provides operators for reading from JDBC sources and writing to JDBC targets.
Provides classes and interfaces related to receiving and sending data in a dataflow graph.
Provides classes and interfaces for accessing and producing the data flowing
between operators in a dataflow graph.
Provides classes and interfaces for the description of token data types.
-
Uses of Named in com.pervasive.datarush.operators.io.jdbc
Subinterfaces of Named in com.pervasive.datarush.operators.io.jdbc -
Uses of Named in com.pervasive.datarush.ports
Subinterfaces of Named in com.pervasive.datarush.portsModifier and TypeInterfaceDescriptioninterfaceMarker interface for physical inputs.interfaceMarker interface for physical outputs.interfaceThe common interface for all ports, both input and output. -
Uses of Named in com.pervasive.datarush.ports.physical
Subinterfaces of Named in com.pervasive.datarush.ports.physicalModifier and TypeInterfaceDescriptioninterfaceA binary valued field of a record input port.interfaceA binary valued field of a record output port.interfaceA boolean valued field of a record input port.interfaceA boolean valued field of a record output port.interfaceA character valued field of a record input port.interfaceA character valued field of a record output port.interfaceA date valued field of a record input port.interfaceA date valued field of a record output port.interfaceA double valued field of a record input port.interfaceA double valued field of a record output port.interfaceA duration valued field of a record input port.interfaceA duration valued field of a record output port.interfaceA float valued field of a record input port.interfaceA float valued field of a record output port.interfaceAn integer valued field of a record input port.interfaceAn integer valued field of a record output port.interfaceA ip4 address valued field of a record input port.interfaceA ip4 address valued field of a record output port.interfaceA ip6 address valued field of a record input port.interfaceA ip6 address valued field of a record output port.interfaceA long valued field of a record input port.interfaceA long valued field of a record output port.interfaceA money valued field of a record input port.interfaceA money valued field of a record output port.interfaceA number valued field of a record output port.interfaceA numeric valued field of a record input port.interfaceA numeric valued field of a record output port.interfaceAn object valued field of a record input port.interfaceAn object valued field of a record output port.interfaceA period valued field of a record input port.interfaceA period valued field of a record output port.interfaceAn input port on a record data flow.interfaceAn output port generating a flow of record tokens.interfaceA field of a record input port.interfaceA field of a record output port.interfaceA string valued field of a record input port.interfaceA string valued field of a record output port.interfaceA time valued field of a record input port.interfaceA time valued field of a record output port.interfaceA timestamp valued field of a record input port.interfaceA timestamp valued field of a record output port. -
Uses of Named in com.pervasive.datarush.types
Subinterfaces of Named in com.pervasive.datarush.typesMethods in com.pervasive.datarush.types with type parameters of type NamedModifier and TypeMethodDescriptionstatic <T extends ScalarTyped & Named>
RecordTokenTypeTypeUtil.getRecordType(T... fields) Computes the record type which a composite of the specified fields would have.