PostgresProcessor
class PostgresProcessor extends Processor (View source)
Methods
array | processSelect(Builder $query, array $results) Process the results of a "select" query. | from Processor |
int | processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. | |
array | processColumnListing(array $results) Process the results of a column listing query. |
Please login to continue.