Re: UPDATE with database name alias

Поиск
Список
Период
Сортировка
От Vadim Nasardinov
Тема Re: UPDATE with database name alias
Дата
Msg-id 200509200857.50591.vadimn@redhat.com
обсуждение исходный текст
Ответ на Re: UPDATE with database name alias  (Kris Jurka <books@ejurka.com>)
Ответы UPDATE with alias - P6Spy on JDeveloper
Список pgsql-jdbc
On Monday 19 September 2005 18:46, Kris Jurka wrote:
> > JDeveloper use alias to UPDATE, an dthen, what can I do?
> >
>
> Your only option would be to ajdust the postgresql backend grammar
> to allow an alias.

In practical terms, you're right.

In theory, this may also be addressed by using a wrapper JDBC driver
like P6Spy (but not as buggy) that would sit between the application
and the real PostgreSQL JDBC driver.  The wrapper driver would have
the opportunity to rewrite UPDATE statements in a spec-compliant
manner before passing them on to the real driver.

 http://sourceforge.net/projects/p6spy/
 http://www.google.com/search?q=antlr+SQL+grammar
 http://www.google.com/search?q=JavaCC+SQL+grammar

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: UPDATE with database name alias
Следующее
От: "salman.ashraf@gmail.com"
Дата:
Сообщение: org.postgresql.util.PSQLException: The backend has broken the connection.