MySqlProcessor
class MySqlProcessor extends Processor (View source)
Methods
Process an "insert get ID" query.
Process the results of a columns query.
Process the results of an indexes query.
Process the results of a foreign keys 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.
array
processTables(array $results)
Process the results of a tables query.
array
processViews(array $results)
Process the results of a views query.
array
processTypes(array $results)
Process the results of a types query.
array
processColumns(array $results)
Process the results of a columns query.
array
processIndexes(array $results)
Process the results of an indexes query.
array
processForeignKeys(array $results)
Process the results of a foreign keys query.
array
processColumnListing(array $results)
deprecated
deprecated Will be removed in a future Laravel version.
Process the results of a column listing query.