setQueryTimeout メソッド (SQLServerStatement)
SQLServerStatement オブジェクトの実行が完了するのをドライバが待つ秒数を、渡された秒数に設定します。
public final void setQueryTimeout(int seconds)
パラメーター
seconds
待機する秒数を示す int か、制限しない場合は 0 です。
例外
解説
setQueryTimeout メソッドは、java.sql.Statement インターフェイスの setQueryTimeout メソッドで規定されています。