Re: metadata searching

Поиск
Список
Период
Сортировка
От Mofeed Shahin
Тема Re: metadata searching
Дата
Msg-id 200402040900.08897.mofeed.shahin@dsto.defence.gov.au
обсуждение исходный текст
Ответ на metadata searching  ("Juriy Goloveshkin" <j@gu.ru>)
Список pgsql-jdbc
On Sun, 1 Feb 2004 06:17 pm, you wrote:
> Hello.
>
> I have a problem with jdbc driver.
>
> There is one java program. It can create tables by name if it doesn`t
> exist.
>
> If tabe name has upper letters like 'Base', then create statement looks
> like 'create Base (...' and postgresql create table in lowercase.
> Then if I want to know is there the table 'Base' I use
>
> DatabaseMetaData.getTables(null, "%", name, types) and... (name="Bases")...
> no tables found.

Is that supposed to be name="Base" and not "Bases" ?

Mof.


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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: Any known memory leaks in the driver ... ?
Следующее
От: "Philip A. Chapman"
Дата:
Сообщение: Re: Error While trying to use Functions which return