class PostgresProcessor extends Processor (View source)
array | processSelect(Builder $query, array $results) Process the results of a "select" query. | from Processor |
int | processInsertGetId(Builder $query, string $sql, array $values, string|null $sequence = null) Process an "insert get ID" query. | |
array | processColumnListing(array $results) Process the results of a column listing query. |
Process the results of a "select" query.
Process an "insert get ID" query.
Process the results of a column listing query.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/8.x/Illuminate/Database/Query/Processors/PostgresProcessor.html