Processor
class Processor (View source)
Methods
array
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)
Process the results of a columns query.
processIndexes(list<array<string,mixed>> $results)
Process the results of an indexes query.
processForeignKeys(list<array<string,mixed>> $results)
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.
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)
Process the results of a columns query.
processIndexes(list<array<string,mixed>> $results)
Process the results of an indexes query.
processForeignKeys(list<array<string,mixed>> $results)
Process the results of a foreign keys query.