org.seasar.extension.jdbc.impl
クラス BooleanToIntStatementFactory
java.lang.Object
org.seasar.extension.jdbc.impl.BooleanToIntStatementFactory
- すべての実装インタフェース:
- StatementFactory
- public class BooleanToIntStatementFactory
- extends Object
- implements StatementFactory
- 作成者:
- higa, manhole
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INSTANCE
public static final StatementFactory INSTANCE
BooleanToIntStatementFactory
public BooleanToIntStatementFactory()
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.