Re: getHost() - Mailing list pgsql-jdbc

From Kris Jurka
Subject Re: getHost()
Date
Msg-id Pine.BSO.4.64.0902051819570.17892@leary.csoft.net
Whole thread Raw
In response to getHost()  (Andrew Lazarus <andrew@pillette.com>)
Responses Re: getHost()
List 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

pgsql-jdbc by date:

Previous
From: Kris Jurka
Date:
Subject: Re: Re: [JDBC] BUG: DatabaseMetaData.getColumns isn't case insensitive
Next
From: Kris Jurka
Date:
Subject: Re: JDBC Blob helper class & streaming uploaded data into PG