Kris Jurka wrote on 03.08.2009 19:44:
> DISTINCT is the JDBC equivalent term for domains.
>
> See Chapter 16 if the JDBC4 spec.
>
> DISTINCT type - a user-defined type based on a built-in type; for
> example: CREATE TYPE MONEY AS NUMERIC(10,2) FINAL
>
> So I believe we're doing the right thing here, although our support for
> DISTINCT elsewhere is probably lacking.
Thanks for the detailed answer. I have to admit that I didn't check the JDBC spec completely.
If the specs require this, I can live with it - although I think the spec is "wrong" here ;)
Regards
Thomas