wisdom.core.datasource
クラス NativePostgre

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

public class NativePostgre
extends ConnectionManager

PostgreのJDBCドライバーを使用したpostgre用のコネクション・プール用の実装クラス
このクラスはコネクション・プールを実装していません。内部では個別に Connectionオブジェクトを取得しています。 使用している JDBCドライバーは org.postgresql.Driver です。

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

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

コンストラクタの詳細

NativePostgre

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

例外:
java.lang.Exception