Re: [DOCS] JDBC documentation - issue report

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: [DOCS] JDBC documentation - issue report
Дата
Msg-id 53F23411.303@agliodbs.com
обсуждение исходный текст
Ответы Re: [DOCS] JDBC documentation - issue report  (Craig Ringer <craig@2ndquadrant.com>)
Список pgsql-jdbc
Forwarding this to pgsql-jdbc mailing list.

On 08/18/2014 06:18 AM, Christopher Barham wrote:
> Hi,
>
>
>
> Just spotted a possible issue in the Documentation around loading the
> JDBC driver.  This page documents how:
> http://jdbc.postgresql.org/documentation/93/load.html
>
> However, as of JDK6/JDBC 4.0, it should not be necessary to use the
>
> Class.forName("org.postgresql.Driver");
>
> method to load the JDBC driver as they are automatically loaded  – see
> Javadoc here
>
> http://docs.oracle.com/javase/8/docs/api/java/sql/DriverManager.html
>
>
>
> Cheers,
>
> Chris
>
>
>


--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com


В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: java.sql.Statement.isClosed() throws an SQLException if the statement is closed
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: [ODBC] BIRT report opening multiple connections