Re: TEXT columns should indentify as java.sql.Types.CLOB - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: TEXT columns should indentify as java.sql.Types.CLOB
Date
Msg-id 4C6B9782.8000306@opencloud.com
Whole thread Raw
In response to Re: TEXT columns should indentify as java.sql.Types.CLOB  (Toni Helenius <Toni.Helenius@syncrontech.com>)
Responses Re: TEXT columns should indentify as java.sql.Types.CLOB  (Toni Helenius <Toni.Helenius@syncrontech.com>)
List 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 by date:

Previous
From: Toni Helenius
Date:
Subject: Re: TEXT columns should indentify as java.sql.Types.CLOB
Next
From: Toni Helenius
Date:
Subject: Re: TEXT columns should indentify as java.sql.Types.CLOB