다음을 통해 공유


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()

반환 값

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

예외

SQLServerException

주의

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

참고 항목

참조

SQLServerStatement Class

개념

SQLServerStatement Methods
SQLServerStatement Members