The pq\Query namespace holds implementations and interfaces related to assembling, expressing and executing queries on behalf of the gateway.
An asynchronous query executor implementation.
class pq\Query\AsyncExecutor extends pq\Query\Executor
A synchronous query executor implementation.
class pq\Query\Executor implements pq\Query\ExecutorInterface
API to execute queries assembled by pq\Query\WriterInterface.
interface pq\Query\ExecutorInterface extends SplSubject
A query expression.
class pq\Query\Expr
An implementation to express column data changes.
class pq\Query\Expressible implements pq\Query\ExpressibleInterface
API to express column data changes.
interface ExpressibleInterface
A query writer implementation.
class pq\Query\Writer implements pq\Query\WriterInterface
API for assembling unnamed statements with safe parameter substitution.
interface pq\Query\WriterInterface