パッケージ com.handywedge.db
クラス FWConnectionManagerImpl
- java.lang.Object
-
- com.handywedge.db.FWConnectionManagerImpl
-
- すべての実装されたインタフェース:
com.handywedge.db.FWConnectionManager,com.handywedge.db.FWFullConnectionManager
@RequestScoped public class FWConnectionManagerImpl extends Object implements com.handywedge.db.FWFullConnectionManager
-
-
コンストラクタの概要
コンストラクタ コンストラクタ 説明 FWConnectionManagerImpl()
-
メソッドの概要
すべてのメソッド インスタンス・メソッド concreteメソッド 修飾子とタイプ メソッド 説明 voidaddResltSet(com.handywedge.db.FWResultSet resultSet)voidaddStatement(com.handywedge.db.FWStatement statement)voidclose()com.handywedge.db.FWFullConnectiongetConnection()com.handywedge.db.FWFullConnectiongetConnection(String dataSourceName)
-
-
-
メソッドの詳細
-
getConnection
public com.handywedge.db.FWFullConnection getConnection(String dataSourceName)
- 定義:
getConnectionインタフェース内com.handywedge.db.FWFullConnectionManager
-
getConnection
public com.handywedge.db.FWFullConnection getConnection()
- 定義:
getConnectionインタフェース内com.handywedge.db.FWConnectionManager- 定義:
getConnectionインタフェース内com.handywedge.db.FWFullConnectionManager
-
addStatement
public void addStatement(com.handywedge.db.FWStatement statement)
- 定義:
addStatementインタフェース内com.handywedge.db.FWFullConnectionManager
-
addResltSet
public void addResltSet(com.handywedge.db.FWResultSet resultSet)
- 定義:
addResltSetインタフェース内com.handywedge.db.FWFullConnectionManager
-
close
public void close()
- 定義:
closeインタフェース内com.handywedge.db.FWFullConnectionManager
-
-