Re: TEXT columns should indentify as java.sql.Types.CLOB

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: TEXT columns should indentify as java.sql.Types.CLOB
Дата
Msg-id 4C6B9782.8000306@opencloud.com
обсуждение исходный текст
Ответ на Re: TEXT columns should indentify as java.sql.Types.CLOB  (Toni Helenius <Toni.Helenius@syncrontech.com>)
Ответы Re: TEXT columns should indentify as java.sql.Types.CLOB
Список pgsql-jdbc
Toni Helenius wrote:
> Hi,
>
> Here is the best I can do, I'm sure you'll manage to fill in the holes:

Well, I was more interested in how you were ending up with VARCHAR.
It's normal for booleans to be mapped to Types.BIT (see previous list
discussion)

>     if (java.sql.Types.BOOLEAN == type) {
>         println("A boolean");
>     }

-O

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

Предыдущее
От: Toni Helenius
Дата:
Сообщение: Re: TEXT columns should indentify as java.sql.Types.CLOB
Следующее
От: Toni Helenius
Дата:
Сообщение: Re: TEXT columns should indentify as java.sql.Types.CLOB