Re: In what jar is org.postgresql.Connection ?

Поиск
Список
Период
Сортировка
От Dave Cramer
Тема Re: In what jar is org.postgresql.Connection ?
Дата
Msg-id 1068041089.13025.213.camel@localhost.localdomain
обсуждение исходный текст
Ответ на In what jar is org.postgresql.Connection ?  ("Carlos Ho Shih Ning" <cning@atech.br>)
Список pgsql-jdbc
It has been renamed to
((org.postgresql.PGConnection)myconn).addDataType("mytype","my.class.name")

Dave

On Wed, 2003-11-05 at 09:35, Carlos Ho Shih Ning wrote:
> 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
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>
>


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

Предыдущее
От: "Carlos Ho Shih Ning"
Дата:
Сообщение: In what jar is org.postgresql.Connection ?
Следующее
От: "Carlos Ho Shih Ning"
Дата:
Сообщение: PostGIS: Type 'geometry'does does not exist