PostgresProcessor
class PostgresProcessor extends Processor
Methods
array
from
Processor
int|string
processInsertGetId(Builder $query, string $sql, array $values, string|null $sequence = null)
Process an "insert get ID" query.
array
processTypes(array $results)
Process the results of a types query.
array
processColumns(array $results, string $sql = '')
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.
Details
in
Processor at line 14
array
processSelect(Builder $query, array $results)
Process the results of a "select" query.
at line 15
int|string
processInsertGetId(Builder $query, string $sql, array $values, string|null $sequence = null)
Process an "insert get ID" query.
in
Processor at line 37
array
processSchemas(array $results)
Process the results of a schemas query.
in
Processor at line 56
array
processTables(array $results)
Process the results of a tables query.
in
Processor at line 79
array
processViews(array $results)
Process the results of a views query.
at line 31
array
processTypes(array $results)
Process the results of a types query.
at line 75
array
processColumns(array $results, string $sql = '')
Process the results of a columns query.
at line 104
array
processIndexes(array $results)
Process the results of an indexes query.
at line 120
array
processForeignKeys(array $results)
Process the results of a foreign keys query.