Methods |
public
|
processSelect(Builder $query, array $results): array
Process the results of a "select" query.
Process the results of a "select" query.
|
#
|
public
|
processInsertGetId(Builder $query, string $sql, array $values, string|null $sequence = null): int
Process an "insert get ID" query.
Process an "insert get ID" query.
|
#
|
public
|
processSchemas(array $results): array
Process the results of a schemas query.
Process the results of a schemas query.
|
#
|
public
|
processTables(array $results): array
Process the results of a tables query.
Process the results of a tables query.
|
#
|
public
|
processViews(array $results): array
Process the results of a views query.
Process the results of a views query.
|
#
|
public
|
processTypes(array $results): array
Process the results of a types query.
Process the results of a types query.
|
#
|
public
|
processColumns(array $results): array
Process the results of a columns query.
Process the results of a columns query.
|
#
|
public
|
processIndexes(array $results): array
Process the results of an indexes query.
Process the results of an indexes query.
|
#
|
public
|
processForeignKeys(array $results): array
Process the results of a foreign keys query.
Process the results of a foreign keys query.
|
#
|