Package | Description |
---|---|
com.pervasive.datarush.operators.io.jdbc |
Provides operators for reading from JDBC sources and writing to JDBC targets.
|
com.pervasive.datarush.operators.io.paraccel | |
com.pervasive.datarush.ports.model |
Provides implementations of port objects dealing with the flow of single objects
between operators.
|
Modifier and Type | Method and Description |
---|---|
DoneSignalPort |
InitializeSQLWorker.getDoneSignal() |
DoneSignalPort |
AbstractWriteToJDBC.AbstractWriteToJDBCWorker.getDoneSignal() |
DoneSignalPort |
FinalizeSQLWorker.getStartSignal() |
DoneSignalPort |
AbstractWriteToJDBC.AbstractWriteToJDBCWorker.getStartSignal() |
Modifier and Type | Method and Description |
---|---|
DoneSignalPort |
CompletionWorkerBase.getDoneSignalPort() |
Modifier and Type | Field and Description |
---|---|
static AbstractModelPortFactory<Void,DoneSignalPort> |
DoneSignalPort.FACTORY
The factory for DoneSignalPorts
|
Modifier and Type | Method and 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
|
Copyright © 2016 Actian Corporation. All rights reserved.