Re: java.sql.Statement: setQueryTimeout(int seconds) ???
Posted by: Mark Matthews
Date: February 15, 2005 09:11AM

Ludovic Maillet wrote:
> Hello
>
> Is the public void
> java.sql.Statement.setQueryTimeout(int seconds)
> method working/implemented in driver
> MySQL-Connector ?

Ludovic,

No it is not, as the server has no mechanism for doing so. Once the server implements query timeouts (sometime in the 5.1 timeframe), the driver will support it.

-Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

Options: ReplyQuote


Subject
Written By
Posted
Re: java.sql.Statement: setQueryTimeout(int seconds) ???
February 15, 2005 09:11AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.