|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
public interface DbConnectInterface
タイトル:DbConnectInterface is Data Base Connection 用インターフェース.
説明:DBコネクションプールからコネクションを取得するクラスのインターフェース
著作権: Copyright (c) 2007/06/08
メソッドの概要 | |
---|---|
java.sql.Connection |
getConnection(java.lang.String prm)
Describe getConnection method : get Connecion from pool. |
メソッドの詳細 |
---|
java.sql.Connection getConnection(java.lang.String prm) throws java.lang.Exception
getConnection
method : get Connecion from pool.
prm
- a String
: パラメータ
Connection
: DbConnection
java.lang.Exception
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |