Flow PHP

DbalLimitOffsetExtractor 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
table()  : self
withMaximum()  : self
withOffset()  : self
withSchema()  : static

Methods

__construct()

public __construct(Connection $connection, QueryBuilder $queryBuilder) : mixed
Parameters
$connection : Connection
$queryBuilder : QueryBuilder

extract()

public extract(FlowContext $context) : Generator<Signal|null, void>
Parameters
$context : FlowContext
Return values
Generator<Signal|null, void>

withSchema()

public withSchema(Schema $schema) : static
Parameters
$schema : Schema
Return values
static
On this page

Search results