2013/7/23 Вячеслав Бойко <[email protected]> > And what about native keys names described into database? > How can I retreive they?
I'm not sure if I understand your question. From where do you want to retrieve this information? From the fieldsList as obtained through selectFrom.getSelect()? There are some useful methods on org.jooq.Table, that might be of interest: http://www.jooq.org/javadoc/latest/org/jooq/Table.html#getPrimaryKey%28%29 http://www.jooq.org/javadoc/latest/org/jooq/Table.html#getKeys<http://www.jooq.org/javadoc/latest/org/jooq/Table.html#getKeys()> %28%29 -- 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.
