com.hamaf.hikyaku.plugIn.access
クラス SqlExec

java.lang.Object
  上位を拡張 com.hamaf.hikyaku.access.AccessBase
      上位を拡張 com.hamaf.hikyaku.access.PreparedSqlAccess
          上位を拡張 com.hamaf.hikyaku.plugIn.access.SqlExec

public class SqlExec
extends PreparedSqlAccess

タイトル:SqlExec.

説明:定義済みSQLの実行


著作権: Copyright (c) 2010/02/13

バージョン:
1.0
作成者:
Yoshinori

フィールドの概要
 
クラス com.hamaf.hikyaku.access.PreparedSqlAccess から継承されたフィールド
_debug, connectionParameter
 
クラス com.hamaf.hikyaku.access.AccessBase から継承されたフィールド
_conn, _DbConnect, _stmt
 
コンストラクタの概要
SqlExec()
           
 
メソッドの概要
 void delInit(PreparedItems pi)
          Describe delInit method : .
 void delMenu(PreparedItems pi)
          Describe MenuDle method : .
 void delPossible(PreparedItems pi)
          Describe delPossible method : .
 void delRetrieve(PreparedItems pi)
          Describe delRetrieve method : .
 
クラス com.hamaf.hikyaku.access.PreparedSqlAccess から継承されたメソッド
find, find, setConnectionParameter, setDebug, update, update
 
クラス com.hamaf.hikyaku.access.AccessBase から継承されたメソッド
closeStatement, destroy, exclusion, getPkeys, getProductName, getStatement, setConnection
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SqlExec

public SqlExec()
メソッドの詳細

delMenu

public void delMenu(PreparedItems pi)
             throws java.io.IOException,
                    java.sql.SQLException
Describe MenuDle method : .
パッケージIDでメニューテーブルから削除する。

パラメータ:
pi - a PreparedItems :
例外:
java.io.IOException
java.sql.SQLException

delInit

public void delInit(PreparedItems pi)
             throws java.io.IOException,
                    java.sql.SQLException
Describe delInit method : .
パッケージIDで初期画面テーブルから削除する。

パラメータ:
pi - a PreparedItems :
例外:
java.io.IOException
java.sql.SQLException

delPossible

public void delPossible(PreparedItems pi)
                 throws java.io.IOException,
                        java.sql.SQLException
Describe delPossible method : .
パッケージIDで制御テーブルから削除する。

パラメータ:
pi - a PreparedItems :
例外:
java.io.IOException
java.sql.SQLException

delRetrieve

public void delRetrieve(PreparedItems pi)
                 throws java.io.IOException,
                        java.sql.SQLException
Describe delRetrieve method : .
パッケージIDで検索情報テーブルから削除する。

パラメータ:
pi - a PreparedItems :
例外:
java.io.IOException
java.sql.SQLException