net.argius.stu.command
クラス Find
java.lang.Object
net.argius.stu.Command
net.argius.stu.command.Find
- すべての実装インタフェース:
- EventListener, PropertyChangeListener
- public final class Find
- extends Command
テーブル名を検索するコマンドです。
DatabaseMetaData.getTables()
を実行して、
接続中のコネクションが参照できるテーブル情報を取得します。
- 関連項目:
DatabaseMetaData.getTables(String, String, String, String[])
クラス 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 |
Find
public Find()
execute
protected void execute(Connection conn,
String parameter)
throws IllegalArgumentException,
SQLException,
IOException
- FINDコマンドを実行します。
- オーバーライド:
- クラス
Command
内の execute
- パラメータ:
conn
- コネクションparameter
- 入力文字列
- 例外:
IllegalArgumentException
- パラメータエラー
SQLException
- データベースアクセスエラー
IOException
- 入出力エラー