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