Re: JDBC4 Postgresql Driver - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: JDBC4 Postgresql Driver
Date
Msg-id CADK3HHKXpFbVsVxtd9XhPAQA2RmOV9RW4tdNYXJvj9p+mkoerA@mail.gmail.com
Whole thread Raw
In response to JDBC4 Postgresql Driver  ("Boyer, Laura (GE Aviation, US)" <laura.boyer@ge.com>)
List pgsql-jdbc
Laura,

See my answers inline below.

Dave Cramer

dave.cramer(at)credativ(dot)ca
http://www.credativ.ca


On Fri, Oct 26, 2012 at 4:03 PM, Boyer, Laura (GE Aviation, US)
<laura.boyer@ge.com> wrote:
> Hello PostgreSQL Global Development Group:
>
> I’m in process of determining an export control tag (ECCN) for JDBC4.  I’d
> appreciate if you could answer the below questions.
>
> How is JDBC4 different from PostgreSQL, psqlODBC?

PostgreSQL is a database server, JDBC4 is strictly speaking an API,
but I presume you are asking about the client library that implements
it and allows java programs to connect to the PostgreSQL database
server.
psqlODBC is very similar client library which implements the ODBC API
as opposed to the JDBC API.

>
> Does JDBC4 contain embedded encryption, or special software technology?
>
No

You're welcome

Dave


pgsql-jdbc by date:

Previous
From: "Boyer, Laura (GE Aviation, US)"
Date:
Subject: JDBC4 Postgresql Driver
Next
From: Larry Reeder
Date:
Subject: Small bug: In 9.2-1000, PreparedStatement.toString shows byte[].toString for int types