setQueryTimeout 메서드 (SQLServerStatement)
드라이버가 SQLServerStatement 개체가 지정된 시간(초)으로 실행될 때까지 대기하는 시간(초)을 설정합니다.
구문
public final void setQueryTimeout(int seconds)
매개 변수
초
대기할 시간(초)을 나타내는 int이거나 제한이 없는 경우 0입니다.
예외
설명
이 setQueryTimeout 메서드는 java.sql.Statement 인터페이스의 setQueryTimeout 메서드에 의해 지정됩니다.