Hello!

Did you tried getSelect() method in Select interface?
------
   /**
* All fields selected in this query
 */
    List<Field<?>> getSelect();
------
https://github.com/jOOQ/jOOQ/blob/master/jOOQ/src/main/java/org/jooq/Select.java

Best regards,
Denis

On Mon, Jul 22, 2013 at 1:43 PM, Вячеслав Бойко <[email protected]> wrote:

> I need to gain all the columns, counted into a query, and the table, on
> which the query will be executed, from an object of SelectInml-class before
> it is executed.
> This is needed by me to send some queries through the HS4j (HandlerSocket)
> instead a normal jOOQ-way.
> Can you help me, please?
>
> --
> You received this message because you are subscribed to the Google Groups
> "jOOQ User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to