PostgreSqlKeySetExtractor implements BatchableExtractor, Extractor, LimitPushDown, RewindableExtractor uses Batches, PushesLimit
FinalYes
Interfaces
- BatchableExtractor
- Extractor
- LimitPushDown
- RewindableExtractor
Methods
- __construct() : mixed
- extract() : Generator<Signal|null, void>
- isRepeatable() : bool
- schema() : Schema
- withMaximum() : self
- withSchema() : static
Methods
__construct()
public
__construct(Client $client, string|Sql $query, KeySet $keySet[, array<int, mixed> $parameters = [] ]) : mixed
Parameters
- $client : Client
- $query : string|Sql
- $keySet : KeySet
- $parameters : array<int, mixed> = []
extract()
public
extract(FlowContext $context) : Generator<Signal|null, void>
Parameters
- $context : FlowContext
Return values
Generator<Signal|null, void>isRepeatable()
public
isRepeatable() : bool
Return values
boolschema()
public
schema() : Schema
Return values
SchemawithMaximum()
public
withMaximum(int $maximum) : self
Parameters
- $maximum : int
Return values
selfwithSchema()
public
withSchema(Schema $schema) : static
Parameters
- $schema : Schema