wisdom.core.datasource
クラス NativeUDB400

java.lang.Object
  拡張wisdom.core.CoreObject
      拡張wisdom.core.connections.ConnectionManager
          拡張wisdom.core.datasource.NativeUDB400

public class NativeUDB400
extends ConnectionManager

DB2のJDBCドライバーを使用したUDB専用のコネクション・プール用の実装クラス
このクラスはコネクション・プールを実装していません。内部では個別に Connectionオブジェクトを取得しています。 使用している JDBCドライバーは com.ibm.db2.jdbc.app.DB2Driver です。

バージョン:
0.90, 1/1/2001
作成者:
Takao Kouda

コンストラクタの概要
NativeUDB400()
          コンストラクタ
 
クラス wisdom.core.connections.ConnectionManager から継承したメソッド
getConnection, getConnection, getConnection, getConnection
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

NativeUDB400

public NativeUDB400()
             throws java.lang.Exception
コンストラクタ

例外:
java.lang.Exception