com.hamaf.hikyaku.security.access
クラス BelongSql

java.lang.Object
  上位を拡張 com.hamaf.hikyaku.access.AccessBase
      上位を拡張 com.hamaf.hikyaku.access.PreparedSqlAccess
          上位を拡張 com.hamaf.hikyaku.security.access.BelongSql

public class BelongSql
extends PreparedSqlAccess

タイトル:BlongSql is .

説明:グループ管理テーブルへのSQL実行クラス


著作権: Copyright (c) 2010/05/10

バージョン:
1.0
作成者:
y-hamanaka

フィールドの概要
 
クラス com.hamaf.hikyaku.access.PreparedSqlAccess から継承されたフィールド
_debug, connectionParameter
 
クラス com.hamaf.hikyaku.access.AccessBase から継承されたフィールド
_conn, _DbConnect, _stmt
 
コンストラクタの概要
BelongSql()
          Creates a new BelongSql.java instance.
 
メソッドの概要
 void deleteByBelongId(PreparedItems pi)
           
 void deleteByGroupId(PreparedItems pi)
           
 PreparedItems getChildren(PreparedItems pi)
           
 PreparedItems getParents(PreparedItems pi)
           
 
クラス 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
 

コンストラクタの詳細

BelongSql

public BelongSql()
Creates a new BelongSql.java instance.
Default Constructor

メソッドの詳細

deleteByGroupId

public void deleteByGroupId(PreparedItems pi)
                     throws java.io.IOException,
                            java.sql.SQLException
例外:
java.io.IOException
java.sql.SQLException

deleteByBelongId

public void deleteByBelongId(PreparedItems pi)
                      throws java.io.IOException,
                             java.sql.SQLException
例外:
java.io.IOException
java.sql.SQLException

getChildren

public PreparedItems getChildren(PreparedItems pi)
                          throws java.io.IOException,
                                 java.sql.SQLException
例外:
java.io.IOException
java.sql.SQLException

getParents

public PreparedItems getParents(PreparedItems pi)
                         throws java.io.IOException,
                                java.sql.SQLException
例外:
java.io.IOException
java.sql.SQLException