Re: Comments on adding more connection URL parameters. - Mailing list pgsql-jdbc

From Paul Thomas
Subject Re: Comments on adding more connection URL parameters.
Date
Msg-id 20040204180942.A25736@bacon
Whole thread Raw
In response to Re: Comments on adding more connection URL parameters.  (Kris Jurka <books@ejurka.com>)
List pgsql-jdbc
On 04/02/2004 09:37 Kris Jurka wrote:
> [snip]
> As java.sql.Driver's only connection method is connect(String url,
> Properties info) we are always eventually dealing with both a url and a
> properties object.  Internally pg takes the URL and parses it into
> various
> fields and sticks that all in the given properties object and then uses
> the properties object exclusively.  This means that any parameter can be
> passed in either the properties object or the URL.  So the debate between
> the url and the properties object is not an important one.  I know you
> are
> specifically addresses Barry's proposed additional files, but I just
> wanted to make clear that url parameters and the properties data is the
> same thing.

True.

--
Paul Thomas
+------------------------------+---------------------------------------------+
| Thomas Micro Systems Limited | Software Solutions for the Smaller
Business |
| Computer Consultants         |
http://www.thomas-micro-systems-ltd.co.uk   |
+------------------------------+---------------------------------------------+

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: storing true/false, was: Comments on adding more
Next
From: Oliver Jowett
Date:
Subject: Re: Comments on adding more connection URL parameters.