In what jar is org.postgresql.Connection ?

Поиск
Список
Период
Сортировка
От Carlos Ho Shih Ning
Тема In what jar is org.postgresql.Connection ?
Дата
Msg-id 09B2A867E595294DB69E2C8885647EEC823532@xingu.atech.local.br
обсуждение исходный текст
Ответы Re: In what jar is org.postgresql.Connection ?  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-jdbc
Hi,
The trouble is that I can´t find the org.postgresql.Connection class in posgresql.jar nor in PostgreSQL\jdbc3.jar
Could you please give me a hint where I could find it or related resources?
I am trying to run an example with the following excerpt:
Class.forName("org.postgresql.Driver");
String url = "jdbc:postgresql://" + dbhost + ":" + dbport + "/" + dbname;
conn = DriverManager.getConnection(url, dbuser, dbpass);
System.out.println("Adding geometric type entries...");
((org.postgresql.Connection)conn).addDataType("geometry","org.postgis.PGgeometry");
((org.postgresql.Connection)conn).addDataType("box3d","org.postgis.PGbox3d");
found in postgis-0.7.5
Thanks in advance
Carlos


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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Allow specifying server/port for the test suite
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: In what jar is org.postgresql.Connection ?