MariaDbProcessor
class MariaDbProcessor extends MySqlProcessor (View source)
Methods
Process an "insert get ID" query.
Process the results of a schemas query.
Process the results of a tables query.
Process the results of a views query.
Process the results of a types query.
Details
array
processSelect(Builder $query, array $results)
Process the results of a "select" query.
int
processInsertGetId(Builder $query, string $sql, array $values, string|null $sequence = null)
Process an "insert get ID" query.
processSchemas(list<array<string,mixed>> $results)
Process the results of a schemas query.
processTables(list<array<string,mixed>> $results)
Process the results of a tables query.
processViews(list<array<string,mixed>> $results)
Process the results of a views query.
processTypes(list<array<string,mixed>> $results)
Process the results of a types query.
processColumns(list<array<string,mixed>> $results)
No description
processIndexes(list<array<string,mixed>> $results)
No description
processForeignKeys(list<array<string,mixed>> $results)
No description
array
processColumnListing(array $results)
deprecated
deprecated Will be removed in a future Laravel version.
Process the results of a column listing query.