public interface StatementFactory
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CallableStatement |
createCallableStatement(Connection connection,
String s) |
PreparedStatement |
createPreparedStatement(Connection connection,
String s) |
PreparedStatement createPreparedStatement(Connection connection, String s)
CallableStatement createCallableStatement(Connection connection, String s)
Copyright © 2014–2015 The DBFlute Project. All rights reserved.