Re: JDBC4 Postgresql Driver

From: Dave Cramer <pg(at)fastcrypt(dot)com>
To: "Boyer, Laura (GE Aviation, US)" <laura(dot)boyer(at)ge(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: JDBC4 Postgresql Driver
Date: 2012-10-26 20:36:25
Message-ID: CADK3HHKXpFbVsVxtd9XhPAQA2RmOV9RW4tdNYXJvj9p+mkoerA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)boyer(at)ge(dot)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

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Larry Reeder 2012-10-28 18:52:03 Small bug: In 9.2-1000, PreparedStatement.toString shows byte[].toString for int types
Previous Message Boyer, Laura (GE Aviation, US) 2012-10-26 20:03:21 JDBC4 Postgresql Driver