jp.co.quickbinder.api.search
クラス GetItemList

java.lang.Object
  上位を拡張 jp.co.quickbinder.api.search.GetItemList

public class GetItemList
extends Object

属性リスト取得クラス

 データベースに設定されている属性を一覧で取得します。
 


コンストラクタの概要
GetItemList()
          コンストラクタ
 
メソッドの概要
 GetItemListDATA[] getItemList(String dbId)
          項目リストを取得します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GetItemList

public GetItemList()
コンストラクタ

メソッドの詳細

getItemList

public GetItemListDATA[] getItemList(String dbId)
                              throws SQLException,
                                     Exception
項目リストを取得します。

パラメータ:
dbId - [必須] データベースID
例外:
SQLException
Exception