class MariaDbProcessor extends MySqlProcessor (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. | from Processor |
| array | processTables(array $results)
Process the results of a tables query. | from Processor |
| array | processViews(array $results)
Process the results of a views query. | from Processor |
| array | processTypes(array $results)
Process the results of a types query. | from Processor |
| array | processColumns(array $results)
Process the results of a columns query. | from MySqlProcessor |
| array | processIndexes(array $results)
Process the results of an indexes query. | from MySqlProcessor |
| array | processForeignKeys(array $results)
Process the results of a foreign keys query. | from MySqlProcessor |
Process the results of a "select" query.
Process an "insert get ID" query.
Process the results of a tables query.
Process the results of a views query.
Process the results of a types query.
Process the results of a columns query.
Process the results of an indexes query.
Process the results of a foreign keys query.
© Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
https://laravel.com/api/11.x/Illuminate/Database/Query/Processors/MariaDbProcessor.html