Uses of Class
com.pervasive.datarush.ports.model.DoneSignalPort
Packages that use DoneSignalPort
Package
Description
Provides operators for reading from JDBC sources and writing to JDBC targets.
Provides implementations of port objects dealing with the flow of single objects
between operators.
-
Uses of DoneSignalPort in com.pervasive.datarush.operators.io.jdbc
Methods in com.pervasive.datarush.operators.io.jdbc that return DoneSignalPortModifier and TypeMethodDescriptionAbstractWriteToJDBC.AbstractWriteToJDBCWorker.getDoneSignal()InitializeSQLWorker.getDoneSignal()AbstractWriteToJDBC.AbstractWriteToJDBCWorker.getStartSignal()FinalizeSQLWorker.getStartSignal() -
Uses of DoneSignalPort in com.pervasive.datarush.ports.model
Fields in com.pervasive.datarush.ports.model with type parameters of type DoneSignalPortModifier and TypeFieldDescriptionstatic final AbstractModelPortFactory<Void,DoneSignalPort> DoneSignalPort.FACTORYThe factory for DoneSignalPortsMethods in com.pervasive.datarush.ports.model that return DoneSignalPortModifier and TypeMethodDescriptionstatic DoneSignalPortDoneSignalPort.getOutput(LogicalOperator op) Returns the done signal port from the given operator if it defines one, throwing an exception if none found