DbalResultSchema
Read onlyYes
FinalYes
Methods
- of() : Schema
- The one schema a read has: extract() asks for it before the first row and never falls back to per-batch typing, so a query that cannot be described does not run.
Methods
of()
The one schema a read has: extract() asks for it before the first row and never falls back to per-batch typing, so a query that cannot be described does not run.
public
of(Connection $connection, string $sql, class-string $extractor) : Schema
Parameters
- $connection : Connection
- $sql : string
- $extractor : class-string