Hi Stan,

OK then, so we'll skip this feature for now, but I'll reschedule it for
jOOQ 3.5. It would still be useful. Don't worry about potential differences
from a developer's point of view. This will be implemented as a flag (or
enum to also model materialized views, temp tables, synonyms, etc.).

In the mean time, I have thought of two other options.

1. Maybe flywaydb.org has something like that built in?
2. You can always resort to JDBC DatabaseMetaData. According to [1] you get
the TABLE_TYPE on position 4 of the getTables() call:

Cheers,
Lukas

[1]
http://docs.oracle.com/javase/7/docs/api/java/sql/DatabaseMetaData.html#getTables(java.lang.String,%20java.lang.String,%20java.lang.String,%20java.lang.String[])



2014-05-20 8:54 GMT+02:00 Stanislas Nanchen <[email protected]>:

> Hi Lukas!
>
> No worries! :) We use this for our "Fixture" (when testing or starting in
> dev mode); so it is not urgent.
> For the moment, I filter out view by name. That's fine.
> Actually, I like the fact that tables and views are not distinguishable in
> Jooq (even it is inconvenient
> now) : from a developer point of view, it should make no difference in
> coding.
>
> cheers.
> stan.
>
> On Tuesday, May 20, 2014 8:47:38 AM UTC+2, Lukas Eder wrote:
>>
>>
>>
>> Am Dienstag, 20. Mai 2014 08:43:43 UTC+2 schrieb Lukas Eder:
>>>
>>> This is a bit of work, so I'm not sure if it can be done for jOOQ 3.4...
>>>
>>
>> This has been a bit negative, I'm sorry :-)
>> Of course, things depend on how urgent this is for you, we'll certainly
>> find a solution.
>>
>  --
> 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/d/optout.
>

-- 
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/d/optout.

Reply via email to