Re: Display SQL from Java Prepared Statement

Поиск
Список
Период
Сортировка
От J. W. Ulbts
Тема Re: Display SQL from Java Prepared Statement
Дата
Msg-id 880308007@web.de
обсуждение исходный текст
Ответ на Display SQL from Java Prepared Statement  ("Campbell, Lance" <lance@illinois.edu>)
Ответы Re: Display SQL from Java Prepared Statement
Список pgsql-jdbc
Hi Lance!

>Is there a way I can have the JDBC driver dump out to a log file all
> of the SQL statements executed? I am using prepared statements.
> Note: I think the development team is doing a great job.
> Thanks,
> Lance Campbell

Just call the toString() method of the prepared statement object. That will print the prepared statements SQL. It
includesnot just the SQL command but also some additional text before the SQL command. 
I'm using it also to write statements to the log.

Kind regards,
J. Ulbts
______________________________________________________
GRATIS für alle WEB.DE-Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Hibernate and Postgres 8.3/8.4
Следующее
От: "Campbell, Lance"
Дата:
Сообщение: Re: Display SQL from Java Prepared Statement