wisdom.core.datasource
クラス NativeOracle

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

public class NativeOracle
extends ConnectionManager

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

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

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

コンストラクタの詳細

NativeOracle

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

例外:
java.lang.Exception