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.6.0. Copyright (c) 2016-2018 C Studio Co.,Ltd.