RowNormalizer
final class RowNormalizer
Normalizes fields in row.
Constants
private TypePatterns |
|
Methods
static string
detectType(string $type)
Heuristic column type detection.
skipNumeric()
No description
skipDateTime()
No description
skipInterval()
No description
Details
at line 39
static string
detectType(string $type)
internal |
Heuristic column type detection.
at line 55
RowNormalizer
skipNumeric()
No description
at line 62
RowNormalizer
skipDateTime()
No description
at line 72
RowNormalizer
skipInterval()
No description
at line 79
array
__invoke(array $row, ResultSet $resultSet)
No description