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

フィールドの概要
static StatementFactory INSTANCE
           
 
コンストラクタの概要
BooleanToIntStatementFactory()
           
 
メソッドの概要
 CallableStatement createCallableStatement(Connection con, String sql)
           
 PreparedStatement createPreparedStatement(Connection con, String sql)
           
 
クラス 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.