org.apache.commons.dbcp
クラス DriverConnectionFactory

java.lang.Object
  拡張org.apache.commons.dbcp.DriverConnectionFactory
すべての実装インタフェース:
ConnectionFactory

public class DriverConnectionFactory
extends Object
implements ConnectionFactory

Driver をベースにした ConnectionFactory の実装です。

バージョン:
$Id: DriverConnectionFactory.java,v 1.1.1.1 2004/02/13 10:02:03 hioki Exp $
作成者:
Rodney Waldhoff
翻訳者:
日置 聡

フィールドの概要
protected  String _connectUri
           
protected  Driver _driver
           
protected  Properties _props
           
 
コンストラクタの概要
DriverConnectionFactory(Driver driver, String connectUri, Properties props)
           
 
メソッドの概要
 Connection createConnection()
          実装の指定する方法で新たな Connection を生成します。
 String toString()
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

フィールドの詳細

_connectUri

protected String _connectUri

_driver

protected Driver _driver

_props

protected Properties _props
コンストラクタの詳細

DriverConnectionFactory

public DriverConnectionFactory(Driver driver,
                               String connectUri,
                               Properties props)
メソッドの詳細

createConnection

public Connection createConnection()
インタフェース ConnectionFactory の記述:
実装の指定する方法で新たな Connection を生成します。

定義:
インタフェース ConnectionFactory 内の createConnection
戻り値:
新たな Connection

toString

public String toString()


このドキュメントは、Ja-Jakartaにより訳されました。 コメントがある場合は report@jajakarta.orgまでお願いします。
Translated into Japanese by jajakarta.org. The original page is here.
Copyright (c) 2002-2003 - Apache Software Foundation