Uses of Interface
com.pervasive.datarush.ports.physical.RecordOutput
-
Packages that use RecordOutput Package Description com.pervasive.datarush.ports.record Provides implementations of port objects related to the flow of record sets between operators. -
-
Uses of RecordOutput in com.pervasive.datarush.ports.record
Methods in com.pervasive.datarush.ports.record that return RecordOutput Modifier and Type Method Description RecordOutput
ExternalRecordSource. getInput()
Returns the external port that an external application can use to send data to this sink.RecordOutput
RecordPort. getOutput(ExecutionContext ctx)
Returns the physical output port associated with this logical output port.
-