Re: list of sequences

Поиск
Список
Период
Сортировка
От Anders Hermansen
Тема Re: list of sequences
Дата
Msg-id 20030402214735.GA21421@online.no
обсуждение исходный текст
Ответ на list of sequences  (Vishnu R <Vishnu_R@sifycorp.com>)
Список pgsql-jdbc
* Vishnu R (Vishnu_R@sifycorp.com) wrote:
> Is there any nice way of getting a list of sequences from a db using jdbc?

Retreive the MetaData with:
connection.getMetaData();

The DatabaseMetaData object has a method getTables, check out the
javadoc:
http://java.sun.com/j2se/1.4.1/docs/api/java/sql/DatabaseMetaData.html

When you set the types parameter to SEQUENCE you will get sequences.


Hope this helps,
Anders

--
Anders Hermansen
YoYo Mobile as


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

Предыдущее
От: Vishnu R
Дата:
Сообщение: list of sequences
Следующее
От: Vishnu R
Дата:
Сообщение: Re: list of sequences