NativeRowHydrator implements Hydrator
FinalYes
Interfaces
Methods
- __construct() : mixed
- dehydrate() : array<int, TypedRowValues>
- hydrate() : Rows
- isSupported() : bool
Methods
__construct()
public
__construct() : mixed
dehydrate()
public
dehydrate(Rows $rows) : array<int, TypedRowValues>
Parameters
- $rows : Rows
Return values
array<int, TypedRowValues>hydrate()
public
hydrate(array<string|int, mixed> $batch, Schema $schema) : Rows
Parameters
- $batch : array<string|int, mixed>
- $schema : Schema
Return values
RowsisSupported()
public
static isSupported() : bool