Re: ordering of results returned from DatabaseMetaData.getImportedKeys()

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: ordering of results returned from DatabaseMetaData.getImportedKeys()
Дата
Msg-id Pine.LNX.4.33.0312311630320.17433-100000@leary.csoft.net
обсуждение исходный текст
Ответ на ordering of results returned from DatabaseMetaData.getImportedKeys()  (peter royal <proyal@pace2020.com>)
Ответы Re: ordering of results returned from  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc

On Wed, 31 Dec 2003, peter royal wrote:

> Here's the situation:
>
> I have a table that has multiple foreign keys to another table, and the
> key is a composite key (ie multiple fields).
>
> The results returned from DatabaseMetaData.getImportedKeys() seem
> "wrong" in that all the KEY_SEQ 1's are returned first and then all the
> 2's
>

What version of the JDBC driver and what version of the database server
are you using?  It should report results as you expect.

Kris Jurka



В списке pgsql-jdbc по дате отправления:

Предыдущее
От: "George Lessmann"
Дата:
Сообщение: Re: odd jdbc driver synchronization issue
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: ordering of results returned from