Re: query manipulation

Поиск
Список
Период
Сортировка
От Randall Smith
Тема Re: query manipulation
Дата
Msg-id etplfl$q1t$1@sea.gmane.org
обсуждение исходный текст
Ответ на Re: query manipulation  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: query manipulation  (Oliver Jowett <oliver@opencloud.com>)
Список pgsql-jdbc
Why couldn't I subclass PreparedStatement, then override
PreparedStatement.prepareStatement?  When I proxy it, I get about 70 of
these:

The type PreparedStatementProxy must implement the inherited abstract
method Statement.getMaxRows()

Randall

Dave Cramer wrote:
> You don't want to do that you want proxy PreparedStatement, then
> override PreparedStatement.prepareStatement
>
> He is checking the return type of every method to see what is returning
> a prepared statement
>
> Dave

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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: query manipulation
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: query manipulation