Subject Re: [firebird-php] Re: PHP and query plans
Author Jochem Maas
Ard Biesheuvel wrote:
> Guys,
>
> The PHP/Firebird extension is a wrapper around the so-called DSQL API of
> Firebird. This DSQL API has its own features and limitations, but
> generally speaking, everything that DSQL provides should be available
> through PHP/Firebird.
>
> Specifying query plans is something DSQL does allow, but by means of the
> SQL statement itself, not by using functions at the PHP level. That's the

Seems I was right about PLAN clauses in the query
- although I was guessing and Ard _knows_ -

Nigel I think we both havew to hit the books ;-)

> reason there's nothing in the PHP source about plans (just like you won't
> find JOIN or ORDER BY in the PHP/Firebird source either). There's
> information about this on the Internet. Look for the Interbase 6
> Documentation PDFs, this is still the most comprehensive manual available
> at the moment, as far as I know.
>
> Regards,
>