org.seasar.extension.jdbc.impl
クラス BooleanToIntStatementFactory
java.lang.Object
org.seasar.extension.jdbc.impl.BooleanToIntStatementFactory
- すべての実装インタフェース:
- StatementFactory
- public class BooleanToIntStatementFactory
- extends Object
- implements StatementFactory
Booleanをintに変換する 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
の記述:
- 準備された文を作成します。
- 定義:
- インタフェース
StatementFactory
内の createPreparedStatement
- パラメータ:
con
- コネクションsql
- SQL
- 戻り値:
- 準備された文
createCallableStatement
public CallableStatement createCallableStatement(Connection con,
String sql)
- インタフェース
StatementFactory
の記述:
- ストアドプロシージャ用の文を作成します。
- 定義:
- インタフェース
StatementFactory
内の createCallableStatement
- パラメータ:
con
- コネクションsql
- SQL
- 戻り値:
- ストアドプロシージャ用の文
Copyright ? 2004-2008 The Seasar Foundation. All Rights Reserved.