Re: getHost()

From: Kris Jurka <books(at)ejurka(dot)com>
To: Andrew Lazarus <andrew(at)pillette(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: getHost()
Date: 2009-02-05 23:21:05
Message-ID: Pine.BSO.4.64.0902051819570.17892@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, 3 Feb 2009, Andrew Lazarus wrote:

> Is there a particular reason that there is no
>
> getHost()
>
> delegated from AbstractJDBC*Connection to the
> ProtocolConnection? I have been unable to find a way to get the
> hostname.

I'm not sure why you would need it. The AbstractJdbcNConnection
interfaces are not meant to be publicly exposed. In theory you shouldn't
be using anything that is defined outside of the
org.postgresql.PGConnection interface.

Kris Jurka

In response to

  • getHost() at 2009-02-03 21:53:36 from Andrew Lazarus

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Kris Jurka 2009-02-05 23:33:22 Re: JDBC Blob helper class & streaming uploaded data into PG
Previous Message Kris Jurka 2009-02-05 23:19:21 Re: Re: [JDBC] BUG: DatabaseMetaData.getColumns isn't case insensitive