net.argius.stu.command
クラス Time

java.lang.Object
  拡張net.argius.stu.Command
      拡張net.argius.stu.command.Time
すべての実装インタフェース:
EventListener, PropertyChangeListener

public class Time
extends Command

SQLの実行時間を計測するコマンドです。


コンストラクタの概要
Time()
           
 
メソッドの概要
protected  void execute(Connection conn, String parameter)
          実行時間計測コマンドを実行します。
 
クラス net.argius.stu.Command から継承したメソッド
getCommand, getLogLevel, getMessage, getMessage, getMessage, getProperty, getTimeoutSeconds, initialize, invoke, isSelect, print, print, println, propertyChange, resolvePath, setTimeout, showResult, split, warning, writeLog, writeLog, writeLog
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Time

public Time()
メソッドの詳細

execute

protected void execute(Connection conn,
                       String parameter)
                throws IllegalArgumentException,
                       SQLException,
                       IOException
実行時間計測コマンドを実行します。

オーバーライド:
クラス Command 内の execute
パラメータ:
conn - コネクション
parameter - 入力文字列
例外:
IllegalArgumentException - パラメータエラー
SQLException - データベースアクセスエラー
IOException - 入出力エラー