Question about ResultSetMetaData

Поиск
Список
Период
Сортировка
От Robert Landsmeer
Тема Question about ResultSetMetaData
Дата
Msg-id 50CA25BD6EEA954FA592C097399942E30E463D65@CM1.wis.local
обсуждение исходный текст
Ответы Re: Question about ResultSetMetaData  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc

Hello all,

 

In the application i am developing we query the ResultSetMetaData for all columns in a particular table to discover the type and null-ability of the column.

On the todolist I found the following under the idea’s section:

 

ResultSetMetaData calls that run queries are cached on a per column basis, but it seems likely that they're going to be called for all columns, so try to issue one query per ResultSet, not per column.

 

Does anyone know if this will make it into a release someday? As it would really help us performance wise.

 

Thanks in advance,

Robert

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

Предыдущее
От: "Luis Londono"
Дата:
Сообщение: Re: Bug with callable statement and output parameters
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Bug with callable statement and output parameters