Re: Sql Types Supported

From: Satyajit Das <ielblr(at)blr(dot)vsnl(dot)net(dot)in>
To: Scot Floess <sfloess(at)hotmail(dot)com>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Sql Types Supported
Date: 2003-07-21 13:02:57
Message-ID: 00dc01c34f88$68676920$01000014@crtv.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Dear Scot:
Thanks for your reply. Yes you are correct.

I had gone through some PostGresql doc.
http://www.commandprompt.com/ppbook/index.lxp?lxpwrap=x2632%2ehtm

All the sql data types are not defined there.

So will all the getter and setter methods for Types (which are not defined
in postgresql) will work properly.

I have tested getTime does not work properly.
Thanks
Satyajit

----- Original Message -----
From: "Scot Floess" <sfloess(at)hotmail(dot)com>
To: <satyajitdas(at)infotech(dot)stph(dot)net>
Sent: Monday, July 21, 2003 6:11 PM
Subject: Re: [JDBC] Sql Types Supported

> Satyajit:
>
> The types are defined in: java.sql.Types
>
> Hope this helps...
>
> Scot
>
>
> >From: "Satyajit" <ielblr(at)blr(dot)vsnl(dot)net(dot)in>
> >Reply-To: "Satyajit" <satyajitdas(at)infotech(dot)stph(dot)net>
> >To: <pgsql-jdbc(at)postgresql(dot)org>
> >Subject: [JDBC] Sql Types Supported
> >Date: Mon, 14 Jul 2003 16:01:10 +0530
> >
> >HI!
> >We are using PostGre sql driver. Can any body please tell what are all
the
> >SQL Types(BIT, TINYINT, SMALLINT, INTEGER, BIGINT, FLOAT, REAL, DOUBLE,
> >NUMERIC, DECIMAL, CHAR, VARCHAR, LONGVARCHAR, DATE, TIME, TIMESTAMP,
> >BINARY, VARBINARY, LONGVARBINARY, NULL, OTHER, JAVA_OBJECT, DISTINCT,
> >STRUCT, ARRAY, BLOB, CLOB, REF, DATALINK, BOOLEAN) are currently
supported.
> >Waiting for response.
> >Thanks,
> >Satyajit
>
> _________________________________________________________________
> STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
> http://join.msn.com/?page=features/junkmail

Browse pgsql-jdbc by date

  From Date Subject
Next Message Peter Kovacs 2003-07-21 13:51:41 Re: Prepared Statements
Previous Message Fernando Nasser 2003-07-21 12:19:19 Re: Prepared Statements