getQueryTimeout Method (SQLServerStatement)

Retrieves the number of seconds Microsoft SQL Server 2005 JDBC Driver will wait for this SQLServerStatement object to run.

public final int getQueryTimeout()

Valor devuelto

An int that indicates the number of seconds that the JDBC driver will wait, or 0 if there is no limit.

Excepciones

SQLServerException

Notas

This getQueryTimeout method is specified by the getQueryTimeout method in the java.sql.Statement interface.

Vea también

Referencia

SQLServerStatement Class

Conceptos

SQLServerStatement Methods
SQLServerStatement Members