jp.co.quickbinder.api.xdb
クラス GetDBList

java.lang.Object
  上位を拡張 jp.co.quickbinder.api.xdb.GetDBList

public class GetDBList
extends Object

データベース一覧情報取得クラス

 データベース一覧情報をqbs_x_dbより取得を行います。
 


コンストラクタの概要
GetDBList()
           コンストラクタ 特になにもしません。
 
メソッドの概要
 String getColaccesslog(int index)
           利用者ログ出力属性を取得します。
 String getColbookmark(int index)
           新着お気に入り属性を取得します。
 String getColdatatitle(int index)
           文書タイトル属性を取得します。
 String getDbadmin_securityid(int index)
           DB管理者セキュリティIDを取得します。
 String getDbid(int index)
           データベースIDを取得します。
 boolean getDBList(String dbId, String userId)
           データベース一覧情報の取得を行います。
 String getDbname(int index)
           データベース名を取得します。
 String getDboption(int index)
           オプションを取得します。
 String getDbsectype(int index)
           データベース権限タイプを取得します。
 String getDbstat(int index)
           DB利用可否を取得します。
 String getDbtype(int index)
           データベースタイプを取得します。
 String getDbuser_securityid(int index)
           DB利用者セキュリティIDを取得します。
 String getErrorCD()
          エラーコードを取得します。
 String getErrorMSG()
           エラーメッセージを取得します。
 int getRowCount()
           取得したデータ件数を取得します。
 String getSecurityid(int index)
           最上位階層作成者セキュリティIDを取得します。
 String getVieworder(int index)
           表示順番を取得します。
 void setErrorMSG(String errorMSG)
           エラーメッセージを設定します。
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GetDBList

public GetDBList()
 コンストラクタ
 特になにもしません。
 

メソッドの詳細

getRowCount

public int getRowCount()
 取得したデータ件数を取得します。
 

戻り値:
取得データ件数

getDbid

public String getDbid(int index)
 データベースIDを取得します。
 

パラメータ:
index - インデックス
戻り値:
データベースID

getDbname

public String getDbname(int index)
 データベース名を取得します。
 

パラメータ:
index - インデックス
戻り値:
データベース名

getSecurityid

public String getSecurityid(int index)
 最上位階層作成者セキュリティIDを取得します。
 

パラメータ:
index - インデックス
戻り値:
最上位階層作成者セキュリティID

getDboption

public String getDboption(int index)
 オプションを取得します。
 

パラメータ:
index - インデックス
戻り値:
オプション

getDbtype

public String getDbtype(int index)
 データベースタイプを取得します。
 

パラメータ:
index - インデックス
戻り値:
データベースタイプ

getVieworder

public String getVieworder(int index)
 表示順番を取得します。
 

パラメータ:
index - インデックス
戻り値:
表示順番

getDbstat

public String getDbstat(int index)
 DB利用可否を取得します。
 

パラメータ:
index - インデックス
戻り値:
DB利用可否

getColaccesslog

public String getColaccesslog(int index)
 利用者ログ出力属性を取得します。
 

パラメータ:
index - インデックス
戻り値:
利用者ログ出力属性専用

getColbookmark

public String getColbookmark(int index)
 新着お気に入り属性を取得します。
 

パラメータ:
index - インデックス
戻り値:
新着お気に入り属性専用

getColdatatitle

public String getColdatatitle(int index)
 文書タイトル属性を取得します。
 

パラメータ:
index - インデックス
戻り値:
文書タイトル属性専用

getDbsectype

public String getDbsectype(int index)
 データベース権限タイプを取得します。
 

パラメータ:
index - インデックス
戻り値:
データベース権限タイプ

getDbadmin_securityid

public String getDbadmin_securityid(int index)
 DB管理者セキュリティIDを取得します。
 

パラメータ:
index - インデックス
戻り値:
DB管理者セキュリティID

getDbuser_securityid

public String getDbuser_securityid(int index)
 DB利用者セキュリティIDを取得します。
 

パラメータ:
index - インデックス
戻り値:
DB利用者セキュリティID

getDBList

public boolean getDBList(String dbId,
                         String userId)
 データベース一覧情報の取得を行います。
 
 QBS_X_DBテーブルよりデータを取得します。
 
 取得情報はgetterから取得してください。

 

パラメータ:
dbId - [必須] データベースID
userId - [必須] ユーザID
戻り値:
実行結果(true:正常 false:異常)

getErrorMSG

public String getErrorMSG()
 エラーメッセージを取得します。
 

戻り値:
エラーメッセージ

getErrorCD

public String getErrorCD()
エラーコードを取得します。

戻り値:
エラーコード

setErrorMSG

public void setErrorMSG(String errorMSG)
 エラーメッセージを設定します。
 

パラメータ:
errorMSG - エラーメッセージ