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