org.seasar.extension.jdbc.impl
クラス BasicStatementFactory
java.lang.Object
org.seasar.extension.jdbc.impl.BasicStatementFactory
- すべての実装インタフェース:
- StatementFactory
- public class BasicStatementFactory
- extends Object
- implements StatementFactory
- 作成者:
- higa
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final StatementFactory INSTANCE
BasicStatementFactory
public BasicStatementFactory()
createPreparedStatement
public PreparedStatement createPreparedStatement(Connection con,
String sql)
- 定義:
- インタフェース
StatementFactory
内の createPreparedStatement
createCallableStatement
public CallableStatement createCallableStatement(Connection con,
String sql)
- 定義:
- インタフェース
StatementFactory
内の createCallableStatement
Copyright © 2004-2007 The Seasar Foundation. All Rights Reserved.