PostgresProcessor
class PostgresProcessor extends Processor (View source)
Methods
array
from
Processor
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.
from
Processor
processTables(list<array<string,mixed>> $results)
Process the results of a tables query.
from
Processor
processViews(list<array<string,mixed>> $results)
Process the results of a views query.
from
Processor
processTypes(list<array<string,mixed>> $results)
No description
processColumns(list<array<string,mixed>> $results)
No description
processIndexes(list<array<string,mixed>> $results)
No description
processForeignKeys(list<array<string,mixed>> $results)
No description
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)
No description
processColumns(list<array<string,mixed>> $results)
No description
processIndexes(list<array<string,mixed>> $results)
No description
processForeignKeys(list<array<string,mixed>> $results)
No description