DatabaseMetaData and numeric array

Поиск
Список
Период
Сортировка
От abyss
Тема DatabaseMetaData and numeric array
Дата
Msg-id 8f60d3bd0712171422p6fce1bedn68b91c48e76692c6@mail.gmail.com
обсуждение исходный текст
Ответы Re: DatabaseMetaData and numeric array  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Hi! Is there a way to get proper precision and scale of numeric array?
 
eg:
create table public.test (
testnum numeric(18,4)[]
);
 
DatabaseMetaData.getPrecision and getScale always return 0...
 
Thanks!

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

Предыдущее
От: "Matt Magoffin"
Дата:
Сообщение: Re: how to set a PreparedStatement column of XML type in 8.3?
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: DatabaseMetaData and numeric array