API for assembling unnamed statements with safe parameter substitution. See pq\Gateway\Table::setQueryWriter().
Retrieve the assembled query.
Write nested AND/OR criteria to the query string
.
pq\Query\WriterInterface pq\Query\WriterInterface::criteria(array
$criteria)
Retrieve the query parameters.
Get the query parameters' types.
Remember the parameter with any associated type and return $N to be written to the query string
.
string
pq\Query\WriterInterface::param(mixed
$param[, int
$type = NULL
])
Reset the query writer to initial state.
Write a part of the query string
.