org.seasar.extension.jdbc.impl
クラス BasicStatementFactory

java.lang.Object
  拡張org.seasar.extension.jdbc.impl.BasicStatementFactory
すべての実装インタフェース:
StatementFactory

public class BasicStatementFactory
extends Object
implements StatementFactory

作成者:
higa

フィールドの概要
static StatementFactory INSTANCE
           
 
コンストラクタの概要
BasicStatementFactory()
           
 
メソッドの概要
 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
コンストラクタの詳細

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.