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>isRepeatable()
public
isRepeatable() : bool
Return values
boolschema()
public
schema() : Schema
Return values
Schematable()
public
static table(Connection $connection, Table $table, array<string|int, OrderBy> $orderBy) : self
Parameters
Return values
selfwithMaximum()
public
withMaximum(int $maximum) : self
Parameters
- $maximum : int
Return values
selfwithOffset()
public
withOffset(int $offset) : self
Parameters
- $offset : int
Return values
selfwithSchema()
public
withSchema(Schema $schema) : static
Parameters
- $schema : Schema