Re: getHost()

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема Re: getHost()
Дата
Msg-id Pine.BSO.4.64.0902051819570.17892@leary.csoft.net
обсуждение исходный текст
Ответ на getHost()  (Andrew Lazarus <andrew@pillette.com>)
Ответы Re: getHost()  (Andrew Lazarus <andrew@pillette.com>)
Список 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 по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: Re: [JDBC] BUG: DatabaseMetaData.getColumns isn't case insensitive
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: JDBC Blob helper class & streaming uploaded data into PG