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

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

public class GetDBInfo
extends Object

データベース詳細情報取得クラス

 データベース詳細情報の取得を行います。
 qbs_x_dbより情報の取得を行います。
 


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

コンストラクタの詳細

GetDBInfo

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

メソッドの詳細

getDbid

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

戻り値:
データベースID

getDbname

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

戻り値:
データベース名

getSecurityid

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

戻り値:
DB管理者セキュリティID

getDboption

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

戻り値:
オプション

getDbtype

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

戻り値:
データベースタイプ

getVieworder

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

戻り値:
表示順番

getDbstat

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

戻り値:
DB利用可否

getColaccesslog

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

戻り値:
利用者ログ出力属性専用

getColbookmark

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

戻り値:
新着お気に入り属性専用

getColdatatitle

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

戻り値:
文書タイトル属性専用

getDBInfo

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

パラメータ:
userId - [必須] ユーザID
dbId - [必須] データベースID
secFlg - [必須] セキュリティ区分(0:管理者 1:利用者 2:全部)
戻り値:
実行結果(true:正常 false:異常)

getErrorMSG

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

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

getErrorCD

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

戻り値:
エラーコード

setErrorMSG

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

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