Uses of Class
com.pervasive.datarush.ports.model.DoneSignalPort
-
Packages that use DoneSignalPort Package Description com.pervasive.datarush.operators.io.jdbc Provides operators for reading from JDBC sources and writing to JDBC targets.com.pervasive.datarush.ports.model 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 DoneSignalPort Modifier and Type Method Description DoneSignalPortAbstractWriteToJDBC.AbstractWriteToJDBCWorker. getDoneSignal()DoneSignalPortInitializeSQLWorker. getDoneSignal()DoneSignalPortAbstractWriteToJDBC.AbstractWriteToJDBCWorker. getStartSignal()DoneSignalPortFinalizeSQLWorker. getStartSignal() -
Uses of DoneSignalPort in com.pervasive.datarush.ports.model
Fields in com.pervasive.datarush.ports.model with type parameters of type DoneSignalPort Modifier and Type Field Description static AbstractModelPortFactory<Void,DoneSignalPort>DoneSignalPort. FACTORYThe factory for DoneSignalPortsMethods in com.pervasive.datarush.ports.model that return DoneSignalPort Modifier and Type Method Description static DoneSignalPortDoneSignalPort. getOutput(LogicalOperator op)Returns the done signal port from the given operator if it defines one, throwing an exception if none found
-