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 DoneSignalPort
AbstractWriteToJDBC.AbstractWriteToJDBCWorker. getDoneSignal()
DoneSignalPort
InitializeSQLWorker. getDoneSignal()
DoneSignalPort
AbstractWriteToJDBC.AbstractWriteToJDBCWorker. getStartSignal()
DoneSignalPort
FinalizeSQLWorker. 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. FACTORY
The factory for DoneSignalPortsMethods in com.pervasive.datarush.ports.model that return DoneSignalPort Modifier and Type Method Description static DoneSignalPort
DoneSignalPort. getOutput(LogicalOperator op)
Returns the done signal port from the given operator if it defines one, throwing an exception if none found
-