getConnection() method of PreparedStatement

Поиск
Список
Период
Сортировка
От Sulakshana Awsarikar
Тема getConnection() method of PreparedStatement
Дата
Msg-id 003f01c1aa43$ebca50c0$0500a8c0@vsnl.net.in
обсуждение исходный текст
Ответ на Re: JDBC batching  ("Tony DeWitt" <dewitt@eizel.com>)
Список pgsql-jdbc
Hi

I have recently started using pgsql and  am using the PostgreSQL 7.1.1
driver.

On using the getConnection() method from the PreparedStatement interface the
java.lang.AbstractMethodError exception is thrown.
Similarly for methods like getRow() from the ResultSet interface.

Aren't these methods implemented in the Postgresql driver ? If these methods
are not implemented, is there any alternative method(s) that can be used in
place of these.

Is there some other version of PostgresSQL driver where these methods are
implemented ?

regards
Sulakshana


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

Предыдущее
От: Rene Pijlman
Дата:
Сообщение: Re: JDBC batching
Следующее
От: "Sulakshana Awsarikar"
Дата:
Сообщение: Re: getConnection() method of PreparedStatement