openGionopenGion
5.1.2.0

org.opengion.fukurou.db
クラス EDbid

java.lang.Object
  上位を拡張 org.opengion.fukurou.db.EDbid

public class EDbid
extends Object

JAXBで自動生成されたDBIDクラスを拡張したクラスです。 (継承しているわけではない)
以下の属性が追加されています。
dbProductName
dbProductVersion
driverName
driverVersion

変更履歴:
4.0.0 (2007/10/25) 新規作成
バージョン
4.0
作成者
高橋正和
導入されたバージョン:
JDK5.0,

コンストラクタの概要
EDbid()
           
 
メソッドの概要
 String getDbidKey()
          dbidKeyの取得 内部的には、大文字のみで管理します。
 String getDbProductName()
          dbProductNameの取得
 String getDbProductVersion()
          dbProductVersionの取得
 String getDriverName()
          driverNameの取得
 String getDriverVersion()
          driverVersionの取得
 int getMaxcount()
          maxcountの取得
 int getMincount()
          mincountの取得
 String getPassword()
          passwordの取得
 int getPooltime()
          pooltimeの取得
 String getUrl()
          urlの取得
 String getUser()
          userの取得
 boolean isApplicationInfo()
          isUseAppInfoの取得
 boolean isReadonly()
          readonlyの取得
protected  void setApplicationInfo(Boolean value)
          isUseAppInfoの設定
protected  void setDbidKey(String value)
          dbidKeyの設定 内部的には、大文字のみで管理します。
protected  void setMaxcount(Integer value)
          maxcountの設定
 void setMetaDataInfo(DatabaseMetaData meta)
          メタデータを受け取って dbProductName,dbProductVersion,driverName,driverVersion を一括で設定します
protected  void setMincount(Integer value)
          mincountの設定
protected  void setPassword(String value)
          passwordの設定
protected  void setPooltime(Integer value)
          pooltimeの設定
protected  void setReadonly(Boolean value)
          readonlyの設定
protected  void setUrl(String value)
          urlの設定
protected  void setUser(String value)
          userの設定
 String toString()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

EDbid

public EDbid()
メソッドの詳細

getDbProductName

public String getDbProductName()
dbProductNameの取得

戻り値:
String

getDbProductVersion

public String getDbProductVersion()
dbProductVersionの取得

戻り値:
String

getDriverName

public String getDriverName()
driverNameの取得

戻り値:
String

getDriverVersion

public String getDriverVersion()
driverVersionの取得

戻り値:
String

getDbidKey

public String getDbidKey()
dbidKeyの取得 内部的には、大文字のみで管理します。

戻り値:
String

setDbidKey

protected void setDbidKey(String value)
dbidKeyの設定 内部的には、大文字のみで管理します。

パラメータ:
value -
変更履歴:
4.1.0.1 (2008/01/21) 登録時に、大文字に変換する。

getUrl

public String getUrl()
urlの取得

戻り値:
String

setUrl

protected void setUrl(String value)
urlの設定

パラメータ:
value -

getUser

public String getUser()
userの取得

戻り値:
String

setUser

protected void setUser(String value)
userの設定

パラメータ:
value -

getPassword

public String getPassword()
passwordの取得

戻り値:
String

setPassword

protected void setPassword(String value)
passwordの設定

パラメータ:
value -

isReadonly

public boolean isReadonly()
readonlyの取得

戻り値:
boolean

setReadonly

protected void setReadonly(Boolean value)
readonlyの設定

パラメータ:
value - Boolean

getMincount

public int getMincount()
mincountの取得

戻り値:
int

setMincount

protected void setMincount(Integer value)
mincountの設定

パラメータ:
value - Integer

getMaxcount

public int getMaxcount()
maxcountの取得

戻り値:
int

setMaxcount

protected void setMaxcount(Integer value)
maxcountの設定

パラメータ:
value - Integer

getPooltime

public int getPooltime()
pooltimeの取得

戻り値:
int

setPooltime

protected void setPooltime(Integer value)
pooltimeの設定

パラメータ:
value - Integer

isApplicationInfo

public boolean isApplicationInfo()
isUseAppInfoの取得

戻り値:
boolean

setApplicationInfo

protected void setApplicationInfo(Boolean value)
isUseAppInfoの設定

パラメータ:
value - Boolean

setMetaDataInfo

public void setMetaDataInfo(DatabaseMetaData meta)
                     throws SQLException
メタデータを受け取って dbProductName,dbProductVersion,driverName,driverVersion を一括で設定します

パラメータ:
meta -
例外:
SQLException
変更履歴:
4.0.0.0 (2007/10/30) 保持情報オブジェクト化に伴う変更

toString

public String toString()
オーバーライド:
クラス Object 内の toString

openGion 5.1.2.0

Webアプリケーションフレームワーク openGion
SourceForge.JPCopyright (c) 2009 The openGion Project.