public interface FWConnectionManager
@Injectprivate FWConnectionManager mgr; ・・・ FWConnection con = mgr.getConnection(); FWPreparedStatement ps = con.prepareStatement("select * from hoge where id = ?"); ・・・
| 修飾子とタイプ | メソッドと説明 |
|---|---|
FWConnection |
getConnection()
DBコネクションを返します。
|
FWConnection getConnection()
Handywedge ver 0.11.0-SNAPSHOT. Copyright (c) 2019 Handywedge Co.,Ltd.