Re: getPrimaryKeys

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: getPrimaryKeys
Дата
Msg-id Pine.BSO.4.63.0602211215030.32683@leary.csoft.net
обсуждение исходный текст
Ответ на getPrimaryKeys  (David Gommeren <david@umgenicomputer.com>)
Список pgsql-jdbc

On Tue, 21 Feb 2006, David Gommeren wrote:

> Just discovered after messing around for two hours that the table-name in
> DatabaseMetaData.getPrimaryKeys is case sensitive. I don't think this should
> be.
>

How else would you differentiate between these two:

CREATE TABLE tab (a int primary key);
CREATE TABLE "TaB" (a int primary key);

Kris Jurka

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

Предыдущее
От: David Gommeren
Дата:
Сообщение: getPrimaryKeys
Следующее
От: eric cartman
Дата:
Сообщение: relation does not exist