Hello Olli,

As of now, jOOQ does not give you access to QueryParts through the
public API. You can access them using the internal API, but I doubt
that this is what you need. What exactly is your use case?

Cheers
Lukas

2011/10/8 Olli Pöyry <[email protected]>:
> Given an existing SimpleSelectQuery object does JOOQ allow me to
> iterate through its criteria elements?
>
> Something similar as interface FieldProvider has getFields for getting
> the SELECT's columns, but interface ConditionProvider only has methods
> for adding more criterias and not asking about existing ones.
>
> Thank you
>
> Olli Pöyry, Helsinki, Finland
>

Reply via email to